#B96CC4

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

Shades of Fuchsia #B96CC4

Tints of Fuchsia #B96CC4

Color information

#B96CC4 (or 0xB96CC4) is unknown color: approx Fuchsia. HEX triplet: B9, 6C and C4. RGB value is (185,108,196). Sum of RGB (Red+Green+Blue) = 185+108+196=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #B96CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CC4 is #46933B. Grayscale: #8C8C8C. Windows color (decimal): -4625212 or 12872889. OLE color: 12872889.

HSL color Cylindrical-coordinate representation of color #B96CC4: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96CC4 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185108196-
CMYK0.060.4500.23
HSL292.5º42.72%59.61%-
HSV(B)292.5º44.9%76.86%-
XYZ35.3325.0255.19-
YUV141.05159.01159.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 196 (76.95% from 255) = 40.08%
R=37.83%
G=22.09%
B=40.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851081960.060.4500.23292.542.7259.61
HexB96CC462D0171242b3c
Octal2711543046550274445374
Binary10111001110110011000100110101101010111100100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CC4; }

 p { color: rgb(185,108,196); }

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

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

 a { background-color: rgb(185,108,196); }

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

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

 span { border-color: rgb(185,108,196); }

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