#B566BA

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

Shades of Fuchsia #B566BA

Tints of Fuchsia #B566BA

Color information

#B566BA (or 0xB566BA) is unknown color: approx Fuchsia. HEX triplet: B5, 66 and BA. RGB value is (181,102,186). Sum of RGB (Red+Green+Blue) = 181+102+186=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B566BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566BA is #4A9945. Grayscale: #868686. Windows color (decimal): -4888902 or 12215989. OLE color: 12215989.

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

Color convert

RGB181102186-
CMYK0.030.4500.27
HSL296.43º37.84%56.47%-
HSV(B)296.43º45.16%72.94%-
XYZ32.6722.8749.15-
YUV135.2156.67160.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=38.59%
G=21.75%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811021860.030.4500.27296.4337.8456.47
HexB566BA32D01B1282638
Octal2651462723550334504670
Binary1011010111001101011101011101101011011100101000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566BA; }

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

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

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

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

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

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

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

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