Html Css Color HEX #B487AD London Hue

📋 copy color: '#B487AD'

red 180 ◦ green 135 ◦ blue 173

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

Shades of London Hue #B487AD

Tints of London Hue #B487AD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 36.89%
G = 27.66%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B487AD (or 0xB487AD) is known color: London Hue. HEX triplet: B4, 87 and AD. RGB value is (180,135,173). Sum of RGB (Red+Green+Blue) = 180+135+173=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B487AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487AD is #4B7852. Grayscale: #989898. Windows color (decimal): -4946003 or 11372468. OLE color: 11372468.

HSL color Cylindrical-coordinate representation of color #B487AD: hue angle of 309.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B487AD is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 173 -
CMYK 0 0.25 0.04 0.29
HSL 309.33º 0.23% 0.62% -
HSV(B) 309.33º 0.25% 0.71% -
XYZ 35.03 30.05 43.49 -
YUV 152.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 180 135 173 0 0.25 0.04 0.29 309.33 0.23 0.62
Hex B4 87 AD 0 19 4 1D 135 17 3E
Octal 264 207 255 0 31 4 35 465 27 76
Binary 10110100 10000111 10101101 0 11001 100 11101 100110101 10111 111110

Color Harmonies of #B487AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B487AD

Black with #B487AD

Text Example


Text Example

White with #B487AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B487AD; }

 p { color: rgb(180,135,173); }

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

background-color css

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

 a { background-color: rgb(180,135,173); }

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

border-color css

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

 span { border-color: rgb(180,135,173); }

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