#B966BA

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

Shades of Fuchsia #B966BA

Tints of Fuchsia #B966BA

Color information

#B966BA (or 0xB966BA) is unknown color: approx Fuchsia. HEX triplet: B9, 66 and BA. RGB value is (185,102,186). Sum of RGB (Red+Green+Blue) = 185+102+186=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #B966BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966BA is #469945. Grayscale: #888888. Windows color (decimal): -4626758 or 12215993. OLE color: 12215993.

HSL color Cylindrical-coordinate representation of color #B966BA: hue angle of 299.29º degrees, saturation: 0.38, 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 #B966BA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185102186-
CMYK0.010.4500.27
HSL299.29º37.84%56.47%-
HSV(B)299.29º45.16%72.94%-
XYZ33.6223.3649.19-
YUV136.39156162.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 102 (40.23% from 255) = 21.56%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=39.11%
G=21.56%
B=39.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851021860.010.4500.27299.2937.8456.47
HexB966BA12D01B12b2638
Octal2711462721550334534670
Binary101110011100110101110101101101011011100101011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966BA; }

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

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

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

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

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

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

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

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