#B96BAF

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

Shades of Fuchsia #B96BAF

Tints of Fuchsia #B96BAF

Color information

#B96BAF (or 0xB96BAF) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and AF. RGB value is (185,107,175). Sum of RGB (Red+Green+Blue) = 185+107+175=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BAF is #469450. Grayscale: #898989. Windows color (decimal): -4625489 or 11496377. OLE color: 11496377.

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

Color convert

RGB185107175-
CMYK00.420.050.27
HSL307.69º35.78%57.25%-
HSV(B)307.69º42.16%72.55%-
XYZ3323.9243.44-
YUV138.07148.84161.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=39.61%
G=22.91%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510717500.420.050.27307.6935.7857.25
HexB96BAF02A51B1342439
Octal2711532570525334644471
Binary10111001110101110101111010101010111011100110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BAF; }

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

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

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

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

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

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

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

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