#B96EC1

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

Shades of Fuchsia #B96EC1

Tints of Fuchsia #B96EC1

Color information

#B96EC1 (or 0xB96EC1) is unknown color: approx Fuchsia. HEX triplet: B9, 6E and C1. RGB value is (185,110,193). Sum of RGB (Red+Green+Blue) = 185+110+193=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #B96EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EC1 is #46913E. Grayscale: #8D8D8D. Windows color (decimal): -4624703 or 12676793. OLE color: 12676793.

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

Color convert

RGB185110193-
CMYK0.040.4300.24
HSL294.22º40.1%59.41%-
HSV(B)294.22º43.01%75.69%-
XYZ35.2125.3253.48-
YUV141.89156.85158.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=37.91%
G=22.54%
B=39.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851101930.040.4300.24294.2240.159.41
HexB96EC142B018126283b
Octal2711563014530304465073
Binary10111001110111011000001100101011011000100100110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EC1; }

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

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

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

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

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

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

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

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