#B96FB3

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

Shades of Fuchsia #B96FB3

Tints of Fuchsia #B96FB3

Color information

#B96FB3 (or 0xB96FB3) is unknown color: approx Fuchsia. HEX triplet: B9, 6F and B3. RGB value is (185,111,179). Sum of RGB (Red+Green+Blue) = 185+111+179=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FB3 is #46904C. Grayscale: #8C8C8C. Windows color (decimal): -4624461 or 11759545. OLE color: 11759545.

HSL color Cylindrical-coordinate representation of color #B96FB3: hue angle of 304.86º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96FB3 is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB185111179-
CMYK00.40.030.27
HSL304.86º34.58%58.04%-
HSV(B)304.86º40%72.55%-
XYZ33.8324.9445.68-
YUV140.88149.52159.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=38.95%
G=23.37%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511117900.40.030.27304.8634.5858.04
HexB96FB302831B131233a
Octal2711572630503334614372
Binary1011100111011111011001101010001111011100110001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FB3; }

 p { color: rgb(185,111,179); }

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

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

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

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

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

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

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