#B574AF

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

Shades of London Hue #B574AF

Tints of London Hue #B574AF

Color information

#B574AF (or 0xB574AF) is unknown color: approx London Hue. HEX triplet: B5, 74 and AF. RGB value is (181,116,175). Sum of RGB (Red+Green+Blue) = 181+116+175=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B574AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B574AF is #4A8B50. Grayscale: #8D8D8D. Windows color (decimal): -4885329 or 11498677. OLE color: 11498677.

HSL color Cylindrical-coordinate representation of color #B574AF: hue angle of 305.54º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B574AF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB181116175-
CMYK00.360.030.29
HSL305.54º30.52%58.24%-
HSV(B)305.54º35.91%70.98%-
XYZ33.0425.4143.72-
YUV142.16146.53155.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=38.35%
G=24.58%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111617500.360.030.29305.5430.5258.24
HexB574AF02431D1321f3a
Octal2651642570443354623772
Binary101101011110100101011110100100111110110011001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574AF; }

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

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

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

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

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

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

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

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