#B23CAB

Color #B23CAB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B23CAB

Tints of Fuchsia #B23CAB

Color information

#B23CAB (or 0xB23CAB) is unknown color: approx Fuchsia. HEX triplet: B2, 3C and AB. RGB value is (178,60,171). Sum of RGB (Red+Green+Blue) = 178+60+171=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CAB is #4DC354. Grayscale: #6B6B6B. Windows color (decimal): -5096277 or 11222194. OLE color: 11222194.

HSL color Cylindrical-coordinate representation of color #B23CAB: hue angle of 303.56º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23CAB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17860171-
CMYK00.660.040.30
HSL303.56º49.58%46.67%-
HSV(B)303.56º66.29%69.8%-
XYZ27.3315.6440.11-
YUV107.94163.59177.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 60 (23.83% from 255) = 14.67%
BLUE value IS 171 (67.19% from 255) = 41.81%
R=43.52%
G=14.67%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786017100.660.040.30303.5649.5846.67
HexB23CAB04241E130322f
Octal2627425301024364606257
Binary10110010111100101010110100001010011110100110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23CAB; }

 p { color: rgb(178,60,171); }

 H1.HeaderClassName
 {
   color: #B23CAB;
 }
 .AnyTagClassName
 {
   color: #B23CAB;
 }
</style>
background-color css

<style>
 a { background-color: #B23CAB; }

 a { background-color: rgb(178,60,171); }

 div.DivClassName
 {
   background-color: #B23CAB;
 }
 .BgClassName
 {
   background-color: #B23CAB;
 }
</style>
border-color css

<style>
 span { border-color: #B23CAB; }

 span { border-color: rgb(178,60,171); }

 td.TdClassName
 {
   border-color: #B23CAB;
 }
 .TagClassName
 {
   border-color: #B23CAB;
 }
</style>