Html Css Color HEX #B477AB London Hue

📋 copy color: '#B477AB'

red 180 ◦ green 119 ◦ blue 171

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

Shades of London Hue #B477AB

Tints of London Hue #B477AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 38.3%
G = 25.32%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B477AB (or 0xB477AB) is known color: London Hue. HEX triplet: B4, 77 and AB. RGB value is (180,119,171). Sum of RGB (Red+Green+Blue) = 180+119+171=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B477AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477AB is #4B8854. Grayscale: #8F8F8F. Windows color (decimal): -4950101 or 11237300. OLE color: 11237300.

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

Color convert

RGB 180 119 171 -
CMYK 0 0.34 0.05 0.29
HSL 308.85º 0.29% 0.59% -
HSV(B) 308.85º 0.34% 0.71% -
XYZ 32.77 25.84 41.79 -
YUV 143.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 180 119 171 0 0.34 0.05 0.29 308.85 0.29 0.59
Hex B4 77 AB 0 22 5 1D 135 1D 3B
Octal 264 167 253 0 42 5 35 465 35 73
Binary 10110100 1110111 10101011 0 100010 101 11101 100110101 11101 111011

Color Harmonies of #B477AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477AB

Black with #B477AB

Text Example


Text Example

White with #B477AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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