#B566B4

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

Shades of Fuchsia #B566B4

Tints of Fuchsia #B566B4

Color information

#B566B4 (or 0xB566B4) is unknown color: approx Fuchsia. HEX triplet: B5, 66 and B4. RGB value is (181,102,180). Sum of RGB (Red+Green+Blue) = 181+102+180=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B566B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566B4 is #4A994B. Grayscale: #868686. Windows color (decimal): -4888908 or 11822773. OLE color: 11822773.

HSL color Cylindrical-coordinate representation of color #B566B4: hue angle of 300.76º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B566B4 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181102180-
CMYK00.440.010.29
HSL300.76º34.8%55.49%-
HSV(B)300.76º43.65%70.98%-
XYZ32.0522.6245.86-
YUV134.51153.67161.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=39.09%
G=22.03%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110218000.440.010.29300.7634.855.49
HexB566B402C11D12d2337
Octal2651462640541354554367
Binary101101011100110101101000101100111101100101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566B4; }

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

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

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

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

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

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

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

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