#B576AD

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

Shades of London Hue #B576AD

Tints of London Hue #B576AD

Color information

#B576AD (or 0xB576AD) is unknown color: approx London Hue. HEX triplet: B5, 76 and AD. RGB value is (181,118,173). Sum of RGB (Red+Green+Blue) = 181+118+173=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B576AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B576AD is #4A8952. Grayscale: #8E8E8E. Windows color (decimal): -4884819 or 11368117. OLE color: 11368117.

HSL color Cylindrical-coordinate representation of color #B576AD: hue angle of 307.62º 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 #B576AD is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181118173-
CMYK00.350.040.29
HSL307.62º29.86%58.63%-
HSV(B)307.62º34.81%70.98%-
XYZ33.0825.842.77-
YUV143.11144.87155.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=38.35%
G=25%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111817300.350.040.29307.6229.8658.63
HexB576AD02341D1341e3b
Octal2651662550434354643673
Binary1011010111101101010110101000111001110110011010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576AD; }

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

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

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

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

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

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

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

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