#B566B9

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

Shades of Fuchsia #B566B9

Tints of Fuchsia #B566B9

Color information

#B566B9 (or 0xB566B9) is unknown color: approx Fuchsia. HEX triplet: B5, 66 and B9. RGB value is (181,102,185). Sum of RGB (Red+Green+Blue) = 181+102+185=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #B566B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566B9 is #4A9946. Grayscale: #868686. Windows color (decimal): -4888903 or 12150453. OLE color: 12150453.

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

Color convert

RGB181102185-
CMYK0.020.4500.27
HSL297.11º37.22%56.27%-
HSV(B)297.11º44.86%72.55%-
XYZ32.5622.8348.59-
YUV135.08156.17160.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=38.68%
G=21.79%
B=39.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811021850.020.4500.27297.1137.2256.27
HexB566B922D01B1292538
Octal2651462712550334514570
Binary1011010111001101011100110101101011011100101001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566B9; }

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

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

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

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

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

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

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

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