#B96CBD

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

Shades of Fuchsia #B96CBD

Tints of Fuchsia #B96CBD

Color information

#B96CBD (or 0xB96CBD) is unknown color: approx Fuchsia. HEX triplet: B9, 6C and BD. RGB value is (185,108,189). Sum of RGB (Red+Green+Blue) = 185+108+189=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #B96CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CBD is #469342. Grayscale: #8C8C8C. Windows color (decimal): -4625219 or 12414137. OLE color: 12414137.

HSL color Cylindrical-coordinate representation of color #B96CBD: hue angle of 297.04º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96CBD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185108189-
CMYK0.020.4300.26
HSL297.04º38.03%58.24%-
HSV(B)297.04º42.86%74.12%-
XYZ34.5624.7151.09-
YUV140.26155.51159.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=38.38%
G=22.41%
B=39.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851081890.020.4300.26297.0438.0358.24
HexB96CBD22B01A129263a
Octal2711542752530324514672
Binary1011100111011001011110110101011011010100101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CBD; }

 p { color: rgb(185,108,189); }

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

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

 a { background-color: rgb(185,108,189); }

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

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

 span { border-color: rgb(185,108,189); }

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