Html Css Color HEX #B57BAA London Hue

📋 copy color: '#B57BAA'

red 181 ◦ green 123 ◦ blue 170

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

Shades of London Hue #B57BAA

Tints of London Hue #B57BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 38.19%
G = 25.95%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B57BAA (or 0xB57BAA) is known color: London Hue. HEX triplet: B5, 7B and AA. RGB value is (181,123,170). Sum of RGB (Red+Green+Blue) = 181+123+170=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BAA is #4A8455. Grayscale: #919191. Windows color (decimal): -4883542 or 11172789. OLE color: 11172789.

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

Color convert

RGB 181 123 170 -
CMYK 0 0.32 0.06 0.29
HSL 311.38º 0.28% 0.6% -
HSV(B) 311.38º 0.32% 0.71% -
XYZ 33.39 26.89 41.46 -
YUV 145.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 181 123 170 0 0.32 0.06 0.29 311.38 0.28 0.6
Hex B5 7B AA 0 20 6 1D 137 1C 3C
Octal 265 173 252 0 40 6 35 467 34 74
Binary 10110101 1111011 10101010 0 100000 110 11101 100110111 11100 111100

Color Harmonies of #B57BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BAA

Black with #B57BAA

Text Example


Text Example

White with #B57BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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