Html Css Color HEX #B57FA9 London Hue

📋 copy color: '#B57FA9'

red 181 ◦ green 127 ◦ blue 169

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

Shades of London Hue #B57FA9

Tints of London Hue #B57FA9

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

 BLUE value IS 169 (66.41% from 255) = 35.43%

R = 37.95%
G = 26.62%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B57FA9 (or 0xB57FA9) is known color: London Hue. HEX triplet: B5, 7F and A9. RGB value is (181,127,169). Sum of RGB (Red+Green+Blue) = 181+127+169=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FA9 is #4A8056. Grayscale: #939393. Windows color (decimal): -4882519 or 11108277. OLE color: 11108277.

HSL color Cylindrical-coordinate representation of color #B57FA9: hue angle of 313.33º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57FA9 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 127 169 -
CMYK 0 0.30 0.07 0.29
HSL 313.33º 0.27% 0.6% -
HSV(B) 313.33º 0.3% 0.71% -
XYZ 33.81 27.87 41.13 -
YUV 147.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 181 127 169 0 0.30 0.07 0.29 313.33 0.27 0.6
Hex B5 7F A9 0 1E 7 1D 139 1B 3C
Octal 265 177 251 0 36 7 35 471 33 74
Binary 10110101 1111111 10101001 0 11110 111 11101 100111001 11011 111100

Color Harmonies of #B57FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FA9

Black with #B57FA9

Text Example


Text Example

White with #B57FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FA9; }

 p { color: rgb(181,127,169); }

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

background-color css

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

 a { background-color: rgb(181,127,169); }

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

border-color css

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

 span { border-color: rgb(181,127,169); }

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