Html Css Color HEX #B57EAE London Hue

📋 copy color: '#B57EAE'

red 181 ◦ green 126 ◦ blue 174

#B57EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B57EAE

Tints of London Hue #B57EAE

RGB

 RED value IS 181 (71.09% from 255) = 37.63%

 GREEN value IS 126 (49.61% from 255) = 26.2%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 37.63%
G = 26.2%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B57EAE (or 0xB57EAE) is known color: London Hue. HEX triplet: B5, 7E and AE. RGB value is (181,126,174). Sum of RGB (Red+Green+Blue) = 181+126+174=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57EAE is #4A8151. Grayscale: #939393. Windows color (decimal): -4882770 or 11435701. OLE color: 11435701.

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

Color convert

RGB 181 126 174 -
CMYK 0 0.30 0.04 0.29
HSL 307.64º 0.27% 0.6% -
HSV(B) 307.64º 0.3% 0.71% -
XYZ 34.16 27.8 43.61 -
YUV 147.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 181 126 174 0 0.30 0.04 0.29 307.64 0.27 0.6
Hex B5 7E AE 0 1E 4 1D 134 1B 3C
Octal 265 176 256 0 36 4 35 464 33 74
Binary 10110101 1111110 10101110 0 11110 100 11101 100110100 11011 111100

Color Harmonies of #B57EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57EAE

Black with #B57EAE

Text Example


Text Example

White with #B57EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57EAE; }

 p { color: rgb(181,126,174); }

 H1.HeaderClassName
 {
   color: #B57EAE;
 }
 .AnyTagClassName
 {
   color: #B57EAE;
 }
</style>

background-color css

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

 a { background-color: rgb(181,126,174); }

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

border-color css

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

 span { border-color: rgb(181,126,174); }

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