#B96ABD

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

Shades of Fuchsia #B96ABD

Tints of Fuchsia #B96ABD

Color information

#B96ABD (or 0xB96ABD) is unknown color: approx Fuchsia. HEX triplet: B9, 6A and BD. RGB value is (185,106,189). Sum of RGB (Red+Green+Blue) = 185+106+189=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #B96ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ABD is #469542. Grayscale: #8A8A8A. Windows color (decimal): -4625731 or 12413625. OLE color: 12413625.

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

Color convert

RGB185106189-
CMYK0.020.4400.26
HSL297.11º38.6%57.84%-
HSV(B)297.11º43.92%74.12%-
XYZ34.3524.351.02-
YUV139.08156.17160.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 106 (41.80% from 255) = 22.08%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=38.54%
G=22.08%
B=39.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851061890.020.4400.26297.1138.657.84
HexB96ABD22C01A129273a
Octal2711522752540324514772
Binary1011100111010101011110110101100011010100101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96ABD; }

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

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

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

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

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

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

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

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