#B576B2

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

Shades of London Hue #B576B2

Tints of London Hue #B576B2

Color information

#B576B2 (or 0xB576B2) is unknown color: approx London Hue. HEX triplet: B5, 76 and B2. RGB value is (181,118,178). Sum of RGB (Red+Green+Blue) = 181+118+178=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B576B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B576B2 is #4A894D. Grayscale: #8F8F8F. Windows color (decimal): -4884814 or 11695797. OLE color: 11695797.

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

Color convert

RGB181118178-
CMYK00.350.020.29
HSL302.86º29.86%58.63%-
HSV(B)302.86º34.81%70.98%-
XYZ33.5725.9945.37-
YUV143.68147.37154.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=37.95%
G=24.74%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111817800.350.020.29302.8629.8658.63
HexB576B202321D12f1e3b
Octal2651662620432354573673
Binary101101011110110101100100100011101110110010111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576B2; }

 p { color: rgb(181,118,178); }

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

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

 a { background-color: rgb(181,118,178); }

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

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

 span { border-color: rgb(181,118,178); }

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