Html Css Color HEX #B57CAF London Hue

📋 copy color: '#B57CAF'

red 181 ◦ green 124 ◦ blue 175

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

Shades of London Hue #B57CAF

Tints of London Hue #B57CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.83%

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

R = 37.71%
G = 25.83%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B57CAF (or 0xB57CAF) is known color: London Hue. HEX triplet: B5, 7C and AF. RGB value is (181,124,175). Sum of RGB (Red+Green+Blue) = 181+124+175=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CAF is #4A8350. Grayscale: #929292. Windows color (decimal): -4883281 or 11500725. OLE color: 11500725.

HSL color Cylindrical-coordinate representation of color #B57CAF: hue angle of 306.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57CAF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 124 175 -
CMYK 0 0.31 0.03 0.29
HSL 306.32º 0.28% 0.6% -
HSV(B) 306.32º 0.31% 0.71% -
XYZ 34 27.33 44.04 -
YUV 146.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 181 124 175 0 0.31 0.03 0.29 306.32 0.28 0.6
Hex B5 7C AF 0 1F 3 1D 132 1C 3C
Octal 265 174 257 0 37 3 35 462 34 74
Binary 10110101 1111100 10101111 0 11111 11 11101 100110010 11100 111100

Color Harmonies of #B57CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CAF

Black with #B57CAF

Text Example


Text Example

White with #B57CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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