#B96BAD

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

Shades of Fuchsia #B96BAD

Tints of Fuchsia #B96BAD

Color information

#B96BAD (or 0xB96BAD) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and AD. RGB value is (185,107,173). Sum of RGB (Red+Green+Blue) = 185+107+173=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BAD is #469452. Grayscale: #898989. Windows color (decimal): -4625491 or 11365305. OLE color: 11365305.

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

Color convert

RGB185107173-
CMYK00.420.060.27
HSL309.23º35.78%57.25%-
HSV(B)309.23º42.16%72.55%-
XYZ32.8123.8542.41-
YUV137.85147.84161.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=39.78%
G=23.01%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510717300.420.060.27309.2335.7857.25
HexB96BAD02A61B1352439
Octal2711532550526334654471
Binary10111001110101110101101010101011011011100110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BAD; }

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

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

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

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

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

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

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

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