#B576AF

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

Shades of London Hue #B576AF

Tints of London Hue #B576AF

Color information

#B576AF (or 0xB576AF) is unknown color: approx London Hue. HEX triplet: B5, 76 and AF. RGB value is (181,118,175). Sum of RGB (Red+Green+Blue) = 181+118+175=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B576AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B576AF is #4A8950. Grayscale: #8F8F8F. Windows color (decimal): -4884817 or 11499189. OLE color: 11499189.

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

Color convert

RGB181118175-
CMYK00.350.030.29
HSL305.71º29.86%58.63%-
HSV(B)305.71º34.81%70.98%-
XYZ33.2725.8843.8-
YUV143.33145.87154.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=38.19%
G=24.89%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111817500.350.030.29305.7129.8658.63
HexB576AF02331D1321e3b
Octal2651662570433354623673
Binary101101011110110101011110100011111110110011001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576AF; }

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

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

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

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

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

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

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

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