#B574AC

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

Shades of London Hue #B574AC

Tints of London Hue #B574AC

Color information

#B574AC (or 0xB574AC) is unknown color: approx London Hue. HEX triplet: B5, 74 and AC. RGB value is (181,116,172). Sum of RGB (Red+Green+Blue) = 181+116+172=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B574AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B574AC is #4A8B53. Grayscale: #8D8D8D. Windows color (decimal): -4885332 or 11302069. OLE color: 11302069.

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

Color convert

RGB181116172-
CMYK00.360.050.29
HSL308.31º30.52%58.24%-
HSV(B)308.31º35.91%70.98%-
XYZ32.7525.2942.19-
YUV141.82145.03155.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=38.59%
G=24.73%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111617200.360.050.29308.3130.5258.24
HexB574AC02451D1341f3a
Octal2651642540445354643772
Binary1011010111101001010110001001001011110110011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574AC; }

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

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

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

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

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

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

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

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