#B96CC3

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

Shades of Fuchsia #B96CC3

Tints of Fuchsia #B96CC3

Color information

#B96CC3 (or 0xB96CC3) is unknown color: approx Fuchsia. HEX triplet: B9, 6C and C3. RGB value is (185,108,195). Sum of RGB (Red+Green+Blue) = 185+108+195=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 195 - color contains mainly: blue. Hex color #B96CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CC3 is #46933C. Grayscale: #8C8C8C. Windows color (decimal): -4625213 or 12807353. OLE color: 12807353.

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

Color convert

RGB185108195-
CMYK0.050.4500.24
HSL293.1º42.03%59.41%-
HSV(B)293.1º44.62%76.47%-
XYZ35.2224.9854.59-
YUV140.94158.51159.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 195 (76.56% from 255) = 39.96%
R=37.91%
G=22.13%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851081950.050.4500.24293.142.0359.41
HexB96CC352D0181252a3b
Octal2711543035550304455273
Binary10111001110110011000011101101101011000100100101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CC3; }

 p { color: rgb(185,108,195); }

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

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

 a { background-color: rgb(185,108,195); }

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

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

 span { border-color: rgb(185,108,195); }

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