#B57CB6

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

Shades of London Hue #B57CB6

Tints of London Hue #B57CB6

Color information

#B57CB6 (or 0xB57CB6) is unknown color: approx London Hue. HEX triplet: B5, 7C and B6. RGB value is (181,124,182). Sum of RGB (Red+Green+Blue) = 181+124+182=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #B57CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CB6 is #4A8349. Grayscale: #939393. Windows color (decimal): -4883274 or 11959477. OLE color: 11959477.

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

Color convert

RGB181124182-
CMYK0.010.3200.29
HSL298.97º28.43%60%-
HSV(B)298.97º31.87%71.37%-
XYZ34.7127.6247.76-
YUV147.66147.38151.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=37.17%
G=25.46%
B=37.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811241820.010.3200.29298.9728.4360
HexB57CB612001D12b1c3c
Octal2651742661400354533474
Binary10110101111110010110110110000001110110010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CB6; }

 p { color: rgb(181,124,182); }

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

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

 a { background-color: rgb(181,124,182); }

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

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

 span { border-color: rgb(181,124,182); }

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