#B96EC4

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

Shades of Fuchsia #B96EC4

Tints of Fuchsia #B96EC4

Color information

#B96EC4 (or 0xB96EC4) is unknown color: approx Fuchsia. HEX triplet: B9, 6E and C4. RGB value is (185,110,196). Sum of RGB (Red+Green+Blue) = 185+110+196=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #B96EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EC4 is #46913B. Grayscale: #8D8D8D. Windows color (decimal): -4624700 or 12873401. OLE color: 12873401.

HSL color Cylindrical-coordinate representation of color #B96EC4: hue angle of 292.33º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96EC4 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185110196-
CMYK0.060.4400.23
HSL292.33º42.16%60%-
HSV(B)292.33º43.88%76.86%-
XYZ35.5525.4555.26-
YUV142.23158.35158.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=37.68%
G=22.40%
B=39.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851101960.060.4400.23292.3342.1660
HexB96EC462C0171242a3c
Octal2711563046540274445274
Binary10111001110111011000100110101100010111100100100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EC4; }

 p { color: rgb(185,110,196); }

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

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

 a { background-color: rgb(185,110,196); }

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

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

 span { border-color: rgb(185,110,196); }

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