#B96FB4

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

Shades of Fuchsia #B96FB4

Tints of Fuchsia #B96FB4

Color information

#B96FB4 (or 0xB96FB4) is unknown color: approx Fuchsia. HEX triplet: B9, 6F and B4. RGB value is (185,111,180). Sum of RGB (Red+Green+Blue) = 185+111+180=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FB4 is #46904B. Grayscale: #8C8C8C. Windows color (decimal): -4624460 or 11825081. OLE color: 11825081.

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

Color convert

RGB185111180-
CMYK00.40.030.27
HSL304.05º34.58%58.04%-
HSV(B)304.05º40%72.55%-
XYZ33.9324.9846.21-
YUV140.99150.02159.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=38.87%
G=23.32%
B=37.82%

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
Decimal18511118000.40.030.27304.0534.5858.04
HexB96FB402831B130233a
Octal2711572640503334604372
Binary1011100111011111011010001010001111011100110000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FB4; }

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

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

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

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

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

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

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

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