Html Css Color HEX #B477AD London Hue

📋 copy color: '#B477AD'

red 180 ◦ green 119 ◦ blue 173

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

Shades of London Hue #B477AD

Tints of London Hue #B477AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.21%

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

R = 38.14%
G = 25.21%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B477AD (or 0xB477AD) is known color: London Hue. HEX triplet: B4, 77 and AD. RGB value is (180,119,173). Sum of RGB (Red+Green+Blue) = 180+119+173=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B477AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477AD is #4B8852. Grayscale: #8F8F8F. Windows color (decimal): -4950099 or 11368372. OLE color: 11368372.

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

Color convert

RGB 180 119 173 -
CMYK 0 0.34 0.04 0.29
HSL 306.89º 0.29% 0.59% -
HSV(B) 306.89º 0.34% 0.71% -
XYZ 32.96 25.91 42.8 -
YUV 143.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 180 119 173 0 0.34 0.04 0.29 306.89 0.29 0.59
Hex B4 77 AD 0 22 4 1D 133 1D 3B
Octal 264 167 255 0 42 4 35 463 35 73
Binary 10110100 1110111 10101101 0 100010 100 11101 100110011 11101 111011

Color Harmonies of #B477AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477AD

Black with #B477AD

Text Example


Text Example

White with #B477AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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