#B57BAD

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

Shades of London Hue #B57BAD

Tints of London Hue #B57BAD

Color information

#B57BAD (or 0xB57BAD) is unknown color: approx London Hue. HEX triplet: B5, 7B and AD. RGB value is (181,123,173). Sum of RGB (Red+Green+Blue) = 181+123+173=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BAD is #4A8452. Grayscale: #919191. Windows color (decimal): -4883539 or 11369397. OLE color: 11369397.

HSL color Cylindrical-coordinate representation of color #B57BAD: hue angle of 308.28º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57BAD is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181123173-
CMYK00.320.040.29
HSL308.28º28.16%59.61%-
HSV(B)308.28º32.04%70.98%-
XYZ33.6827.0142.97-
YUV146.04143.22152.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=37.95%
G=25.79%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112317300.320.040.29308.2828.1659.61
HexB57BAD02041D1341c3c
Octal2651732550404354643474
Binary1011010111110111010110101000001001110110011010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BAD; }

 p { color: rgb(181,123,173); }

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

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

 a { background-color: rgb(181,123,173); }

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

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

 span { border-color: rgb(181,123,173); }

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