#B96BBF

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

Shades of Fuchsia #B96BBF

Tints of Fuchsia #B96BBF

Color information

#B96BBF (or 0xB96BBF) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and BF. RGB value is (185,107,191). Sum of RGB (Red+Green+Blue) = 185+107+191=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #B96BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BBF is #469440. Grayscale: #8B8B8B. Windows color (decimal): -4625473 or 12544953. OLE color: 12544953.

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

Color convert

RGB185107191-
CMYK0.030.4400.25
HSL295.71º39.62%58.43%-
HSV(B)295.71º43.98%74.9%-
XYZ34.6724.5952.21-
YUV139.9156.84160.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 191 (75% from 255) = 39.54%
R=38.30%
G=22.15%
B=39.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851071910.030.4400.25295.7139.6258.43
HexB96BBF32C019128283a
Octal2711532773540314505072
Binary1011100111010111011111111101100011001100101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BBF; }

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

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

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

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

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

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

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

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