#B966B6

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

Shades of Fuchsia #B966B6

Tints of Fuchsia #B966B6

Color information

#B966B6 (or 0xB966B6) is unknown color: approx Fuchsia. HEX triplet: B9, 66 and B6. RGB value is (185,102,182). Sum of RGB (Red+Green+Blue) = 185+102+182=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B966B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966B6 is #469949. Grayscale: #878787. Windows color (decimal): -4626762 or 11953849. OLE color: 11953849.

HSL color Cylindrical-coordinate representation of color #B966B6: hue angle of 302.17º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B966B6 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185102182-
CMYK00.450.020.27
HSL302.17º37.22%56.27%-
HSV(B)302.17º44.86%72.55%-
XYZ33.223.1946.98-
YUV135.94154163-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 182 (71.48% from 255) = 38.81%
R=39.45%
G=21.75%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510218200.450.020.27302.1737.2256.27
HexB966B602D21B12e2538
Octal2711462660552334564570
Binary1011100111001101011011001011011011011100101110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966B6; }

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

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

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

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

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

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

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

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