Html Css Color HEX #B57FAF London Hue

📋 copy color: '#B57FAF'

red 181 ◦ green 127 ◦ blue 175

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

Shades of London Hue #B57FAF

Tints of London Hue #B57FAF

RGB

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

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

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

R = 37.47%
G = 26.29%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B57FAF (or 0xB57FAF) is known color: London Hue. HEX triplet: B5, 7F and AF. RGB value is (181,127,175). Sum of RGB (Red+Green+Blue) = 181+127+175=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAF is #4A8050. Grayscale: #949494. Windows color (decimal): -4882513 or 11501493. OLE color: 11501493.

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

Color convert

RGB 181 127 175 -
CMYK 0 0.30 0.03 0.29
HSL 306.67º 0.27% 0.6% -
HSV(B) 306.67º 0.3% 0.71% -
XYZ 34.38 28.1 44.17 -
YUV 148.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 181 127 175 0 0.30 0.03 0.29 306.67 0.27 0.6
Hex B5 7F AF 0 1E 3 1D 133 1B 3C
Octal 265 177 257 0 36 3 35 463 33 74
Binary 10110101 1111111 10101111 0 11110 11 11101 100110011 11011 111100

Color Harmonies of #B57FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FAF

Black with #B57FAF

Text Example


Text Example

White with #B57FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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