#B96DB6

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

Shades of Fuchsia #B96DB6

Tints of Fuchsia #B96DB6

Color information

#B96DB6 (or 0xB96DB6) is unknown color: approx Fuchsia. HEX triplet: B9, 6D and B6. RGB value is (185,109,182). Sum of RGB (Red+Green+Blue) = 185+109+182=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DB6 is #469249. Grayscale: #8B8B8B. Windows color (decimal): -4624970 or 11955641. OLE color: 11955641.

HSL color Cylindrical-coordinate representation of color #B96DB6: hue angle of 302.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96DB6 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185109182-
CMYK00.410.020.27
HSL302.37º35.19%57.65%-
HSV(B)302.37º41.08%72.55%-
XYZ33.9224.6347.22-
YUV140.05151.68160.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=38.87%
G=22.90%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510918200.410.020.27302.3735.1957.65
HexB96DB602921B12e233a
Octal2711552660512334564372
Binary1011100111011011011011001010011011011100101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DB6; }

 p { color: rgb(185,109,182); }

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

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

 a { background-color: rgb(185,109,182); }

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

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

 span { border-color: rgb(185,109,182); }

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