#B96BB9

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

Shades of Fuchsia #B96BB9

Tints of Fuchsia #B96BB9

Color information

#B96BB9 (or 0xB96BB9) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and B9. RGB value is (185,107,185). Sum of RGB (Red+Green+Blue) = 185+107+185=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B96BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BB9 is #469446. Grayscale: #8A8A8A. Windows color (decimal): -4625479 or 12151737. OLE color: 12151737.

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

Color convert

RGB185107185-
CMYK00.4200.27
HSL300º35.78%57.25%-
HSV(B)300º42.16%72.55%-
XYZ34.0224.3348.8-
YUV139.21153.84160.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=38.78%
G=22.43%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510718500.4200.2730035.7857.25
HexB96BB902A01B12c2439
Octal2711532710520334544471
Binary101110011101011101110010101010011011100101100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BB9; }

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

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

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

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

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

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

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

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