Html Css Color HEX #B57AAE London Hue

📋 copy color: '#B57AAE'

red 181 ◦ green 122 ◦ blue 174

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

Shades of London Hue #B57AAE

Tints of London Hue #B57AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

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

R = 37.95%
G = 25.58%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B57AAE (or 0xB57AAE) is known color: London Hue. HEX triplet: B5, 7A and AE. RGB value is (181,122,174). Sum of RGB (Red+Green+Blue) = 181+122+174=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AAE is #4A8551. Grayscale: #919191. Windows color (decimal): -4883794 or 11434677. OLE color: 11434677.

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

Color convert

RGB 181 122 174 -
CMYK 0 0.33 0.04 0.29
HSL 307.12º 0.29% 0.59% -
HSV(B) 307.12º 0.33% 0.71% -
XYZ 33.66 26.8 43.44 -
YUV 145.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 181 122 174 0 0.33 0.04 0.29 307.12 0.29 0.59
Hex B5 7A AE 0 21 4 1D 133 1D 3B
Octal 265 172 256 0 41 4 35 463 35 73
Binary 10110101 1111010 10101110 0 100001 100 11101 100110011 11101 111011

Color Harmonies of #B57AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AAE

Black with #B57AAE

Text Example


Text Example

White with #B57AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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