Html Css Color HEX #B57FB4 London Hue

📋 copy color: '#B57FB4'

red 181 ◦ green 127 ◦ blue 180

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

Shades of London Hue #B57FB4

Tints of London Hue #B57FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 37.09%
G = 26.02%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B57FB4 (or 0xB57FB4) is known color: London Hue. HEX triplet: B5, 7F and B4. RGB value is (181,127,180). Sum of RGB (Red+Green+Blue) = 181+127+180=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FB4 is #4A804B. Grayscale: #959595. Windows color (decimal): -4882508 or 11829173. OLE color: 11829173.

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

Color convert

RGB 181 127 180 -
CMYK 0 0.30 0.01 0.29
HSL 301.11º 0.27% 0.6% -
HSV(B) 301.11º 0.3% 0.71% -
XYZ 34.88 28.3 46.8 -
YUV 149.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 181 127 180 0 0.30 0.01 0.29 301.11 0.27 0.6
Hex B5 7F B4 0 1E 1 1D 12D 1B 3C
Octal 265 177 264 0 36 1 35 455 33 74
Binary 10110101 1111111 10110100 0 11110 1 11101 100101101 11011 111100

Color Harmonies of #B57FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FB4

Black with #B57FB4

Text Example


Text Example

White with #B57FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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