Html Css Color HEX #B57BAE London Hue

📋 copy color: '#B57BAE'

red 181 ◦ green 123 ◦ blue 174

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

Shades of London Hue #B57BAE

Tints of London Hue #B57BAE

RGB

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

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

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

R = 37.87%
G = 25.73%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B57BAE (or 0xB57BAE) is known color: London Hue. HEX triplet: B5, 7B and AE. RGB value is (181,123,174). Sum of RGB (Red+Green+Blue) = 181+123+174=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BAE is #4A8451. Grayscale: #929292. Windows color (decimal): -4883538 or 11434933. OLE color: 11434933.

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

Color convert

RGB 181 123 174 -
CMYK 0 0.32 0.04 0.29
HSL 307.24º 0.28% 0.6% -
HSV(B) 307.24º 0.32% 0.71% -
XYZ 33.78 27.05 43.48 -
YUV 146.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 181 123 174 0 0.32 0.04 0.29 307.24 0.28 0.6
Hex B5 7B AE 0 20 4 1D 133 1C 3C
Octal 265 173 256 0 40 4 35 463 34 74
Binary 10110101 1111011 10101110 0 100000 100 11101 100110011 11100 111100

Color Harmonies of #B57BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BAE

Black with #B57BAE

Text Example


Text Example

White with #B57BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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