Html Css Color HEX #B57BAF London Hue

📋 copy color: '#B57BAF'

red 181 ◦ green 123 ◦ blue 175

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

Shades of London Hue #B57BAF

Tints of London Hue #B57BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 37.79%
G = 25.68%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B57BAF (or 0xB57BAF) is known color: London Hue. HEX triplet: B5, 7B and AF. RGB value is (181,123,175). Sum of RGB (Red+Green+Blue) = 181+123+175=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BAF is #4A8450. Grayscale: #929292. Windows color (decimal): -4883537 or 11500469. OLE color: 11500469.

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

Color convert

RGB 181 123 175 -
CMYK 0 0.32 0.03 0.29
HSL 306.21º 0.28% 0.6% -
HSV(B) 306.21º 0.32% 0.71% -
XYZ 33.88 27.08 44 -
YUV 146.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 181 123 175 0 0.32 0.03 0.29 306.21 0.28 0.6
Hex B5 7B AF 0 20 3 1D 132 1C 3C
Octal 265 173 257 0 40 3 35 462 34 74
Binary 10110101 1111011 10101111 0 100000 11 11101 100110010 11100 111100

Color Harmonies of #B57BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BAF

Black with #B57BAF

Text Example


Text Example

White with #B57BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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