#B96BB6

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

Shades of Fuchsia #B96BB6

Tints of Fuchsia #B96BB6

Color information

#B96BB6 (or 0xB96BB6) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and B6. RGB value is (185,107,182). Sum of RGB (Red+Green+Blue) = 185+107+182=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BB6 is #469449. Grayscale: #8A8A8A. Windows color (decimal): -4625482 or 11955129. OLE color: 11955129.

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

Color convert

RGB185107182-
CMYK00.420.020.27
HSL302.31º35.78%57.25%-
HSV(B)302.31º42.16%72.55%-
XYZ33.7124.2147.15-
YUV138.87152.34160.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=39.03%
G=22.57%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510718200.420.020.27302.3135.7857.25
HexB96BB602A21B12e2439
Octal2711532660522334564471
Binary1011100111010111011011001010101011011100101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BB6; }

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

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

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

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

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

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

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

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