#B966C0

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

Shades of Fuchsia #B966C0

Tints of Fuchsia #B966C0

Color information

#B966C0 (or 0xB966C0) is unknown color: approx Fuchsia. HEX triplet: B9, 66 and C0. RGB value is (185,102,192). Sum of RGB (Red+Green+Blue) = 185+102+192=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #B966C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966C0 is #46993F. Grayscale: #888888. Windows color (decimal): -4626752 or 12609209. OLE color: 12609209.

HSL color Cylindrical-coordinate representation of color #B966C0: hue angle of 295.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B966C0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185102192-
CMYK0.040.4700.25
HSL295.33º41.67%57.65%-
HSV(B)295.33º46.88%75.29%-
XYZ34.2723.6252.62-
YUV137.08159162.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=38.62%
G=21.29%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851021920.040.4700.25295.3341.6757.65
HexB966C042F0191272a3a
Octal2711463004570314475272
Binary10111001110011011000000100101111011001100100111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966C0; }

 p { color: rgb(185,102,192); }

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

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

 a { background-color: rgb(185,102,192); }

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

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

 span { border-color: rgb(185,102,192); }

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