#B57DB7

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

Shades of London Hue #B57DB7

Tints of London Hue #B57DB7

Color information

#B57DB7 (or 0xB57DB7) is unknown color: approx London Hue. HEX triplet: B5, 7D and B7. RGB value is (181,125,183). Sum of RGB (Red+Green+Blue) = 181+125+183=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #B57DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DB7 is #4A8248. Grayscale: #949494. Windows color (decimal): -4883017 or 12025269. OLE color: 12025269.

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

Color convert

RGB181125183-
CMYK0.010.3200.28
HSL297.93º28.71%60.39%-
HSV(B)297.93º31.69%71.76%-
XYZ34.9427.9148.35-
YUV148.36147.55151.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=37.01%
G=25.56%
B=37.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811251830.010.3200.28297.9328.7160.39
HexB57DB712001C12a1d3c
Octal2651752671400344523574
Binary10110101111110110110111110000001110010010101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DB7; }

 p { color: rgb(181,125,183); }

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

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

 a { background-color: rgb(181,125,183); }

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

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

 span { border-color: rgb(181,125,183); }

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