#B96BB2

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

Shades of Fuchsia #B96BB2

Tints of Fuchsia #B96BB2

Color information

#B96BB2 (or 0xB96BB2) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and B2. RGB value is (185,107,178). Sum of RGB (Red+Green+Blue) = 185+107+178=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BB2 is #46944D. Grayscale: #8A8A8A. Windows color (decimal): -4625486 or 11692985. OLE color: 11692985.

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

Color convert

RGB185107178-
CMYK00.420.040.27
HSL305.38º35.78%57.25%-
HSV(B)305.38º42.16%72.55%-
XYZ33.324.0445.01-
YUV138.42150.34161.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=39.36%
G=22.77%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510717800.420.040.27305.3835.7857.25
HexB96BB202A41B1312439
Octal2711532620524334614471
Binary10111001110101110110010010101010011011100110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BB2; }

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

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

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

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

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

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

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

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