#B96BB0

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

Shades of Fuchsia #B96BB0

Tints of Fuchsia #B96BB0

Color information

#B96BB0 (or 0xB96BB0) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and B0. RGB value is (185,107,176). Sum of RGB (Red+Green+Blue) = 185+107+176=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BB0 is #46944F. Grayscale: #898989. Windows color (decimal): -4625488 or 11561913. OLE color: 11561913.

HSL color Cylindrical-coordinate representation of color #B96BB0: hue angle of 306.92º 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 #B96BB0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185107176-
CMYK00.420.050.27
HSL306.92º35.78%57.25%-
HSV(B)306.92º42.16%72.55%-
XYZ33.123.9643.96-
YUV138.19149.34161.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 176 (69.14% from 255) = 37.61%
R=39.53%
G=22.86%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510717600.420.050.27306.9235.7857.25
HexB96BB002A51B1332439
Octal2711532600525334634471
Binary10111001110101110110000010101010111011100110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BB0; }

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

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

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

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

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

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

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

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