Html Css Color HEX #B57FAC London Hue

📋 copy color: '#B57FAC'

red 181 ◦ green 127 ◦ blue 172

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

Shades of London Hue #B57FAC

Tints of London Hue #B57FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 37.71%
G = 26.46%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B57FAC (or 0xB57FAC) is known color: London Hue. HEX triplet: B5, 7F and AC. RGB value is (181,127,172). Sum of RGB (Red+Green+Blue) = 181+127+172=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAC is #4A8053. Grayscale: #949494. Windows color (decimal): -4882516 or 11304885. OLE color: 11304885.

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

Color convert

RGB 181 127 172 -
CMYK 0 0.30 0.05 0.29
HSL 310º 0.27% 0.6% -
HSV(B) 310º 0.3% 0.71% -
XYZ 34.09 27.98 42.63 -
YUV 148.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 181 127 172 0 0.30 0.05 0.29 310 0.27 0.6
Hex B5 7F AC 0 1E 5 1D 136 1B 3C
Octal 265 177 254 0 36 5 35 466 33 74
Binary 10110101 1111111 10101100 0 11110 101 11101 100110110 11011 111100

Color Harmonies of #B57FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FAC

Black with #B57FAC

Text Example


Text Example

White with #B57FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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