#B576AE

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

Shades of London Hue #B576AE

Tints of London Hue #B576AE

Color information

#B576AE (or 0xB576AE) is unknown color: approx London Hue. HEX triplet: B5, 76 and AE. RGB value is (181,118,174). Sum of RGB (Red+Green+Blue) = 181+118+174=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B576AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B576AE is #4A8951. Grayscale: #8F8F8F. Windows color (decimal): -4884818 or 11433653. OLE color: 11433653.

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

Color convert

RGB181118174-
CMYK00.350.040.29
HSL306.67º29.86%58.63%-
HSV(B)306.67º34.81%70.98%-
XYZ33.1725.8443.28-
YUV143.22145.37154.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=38.27%
G=24.95%
B=36.79%

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
Decimal18111817400.350.040.29306.6729.8658.63
HexB576AE02341D1331e3b
Octal2651662560434354633673
Binary1011010111101101010111001000111001110110011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576AE; }

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

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

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

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

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

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

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

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