#B96BB7

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

Shades of Fuchsia #B96BB7

Tints of Fuchsia #B96BB7

Color information

#B96BB7 (or 0xB96BB7) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and B7. RGB value is (185,107,183). Sum of RGB (Red+Green+Blue) = 185+107+183=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BB7 is #469448. Grayscale: #8A8A8A. Windows color (decimal): -4625481 or 12020665. OLE color: 12020665.

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

Color convert

RGB185107183-
CMYK00.420.010.27
HSL301.54º35.78%57.25%-
HSV(B)301.54º42.16%72.55%-
XYZ33.8124.2547.7-
YUV138.99152.84160.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=38.95%
G=22.53%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510718300.420.010.27301.5435.7857.25
HexB96BB702A11B12e2439
Octal2711532670521334564471
Binary101110011101011101101110101010111011100101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BB7; }

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

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

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

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

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

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

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

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