#B96EC2

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

Shades of Fuchsia #B96EC2

Tints of Fuchsia #B96EC2

Color information

#B96EC2 (or 0xB96EC2) is unknown color: approx Fuchsia. HEX triplet: B9, 6E and C2. RGB value is (185,110,194). Sum of RGB (Red+Green+Blue) = 185+110+194=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #B96EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EC2 is #46913D. Grayscale: #8D8D8D. Windows color (decimal): -4624702 or 12742329. OLE color: 12742329.

HSL color Cylindrical-coordinate representation of color #B96EC2: hue angle of 293.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96EC2 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185110194-
CMYK0.050.4300.24
HSL293.57º40.78%59.61%-
HSV(B)293.57º43.3%76.08%-
XYZ35.3225.3654.07-
YUV142157.35158.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 194 (76.17% from 255) = 39.67%
R=37.83%
G=22.49%
B=39.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851101940.050.4300.24293.5740.7859.61
HexB96EC252B018126293c
Octal2711563025530304465174
Binary10111001110111011000010101101011011000100100110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EC2; }

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

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

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

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

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

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

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

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