#B573B1

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

Shades of London Hue #B573B1

Tints of London Hue #B573B1

Color information

#B573B1 (or 0xB573B1) is unknown color: approx London Hue. HEX triplet: B5, 73 and B1. RGB value is (181,115,177). Sum of RGB (Red+Green+Blue) = 181+115+177=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B573B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B573B1 is #4A8C4E. Grayscale: #8D8D8D. Windows color (decimal): -4885583 or 11629493. OLE color: 11629493.

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

Color convert

RGB181115177-
CMYK00.360.020.29
HSL303.64º30.84%58.04%-
HSV(B)303.64º36.46%70.98%-
XYZ33.1225.2644.72-
YUV141.8147.87155.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=38.27%
G=24.31%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111517700.360.020.29303.6430.8458.04
HexB573B102421D1301f3a
Octal2651632610442354603772
Binary101101011110011101100010100100101110110011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B573B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B573B1; }

 p { color: rgb(181,115,177); }

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

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

 a { background-color: rgb(181,115,177); }

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

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

 span { border-color: rgb(181,115,177); }

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