Html Css Color HEX #B477AF London Hue

📋 copy color: '#B477AF'

red 180 ◦ green 119 ◦ blue 175

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

Shades of London Hue #B477AF

Tints of London Hue #B477AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 37.97%
G = 25.11%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B477AF (or 0xB477AF) is known color: London Hue. HEX triplet: B4, 77 and AF. RGB value is (180,119,175). Sum of RGB (Red+Green+Blue) = 180+119+175=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B477AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477AF is #4B8850. Grayscale: #8F8F8F. Windows color (decimal): -4950097 or 11499444. OLE color: 11499444.

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

Color convert

RGB 180 119 175 -
CMYK 0 0.34 0.03 0.29
HSL 304.92º 0.29% 0.59% -
HSV(B) 304.92º 0.34% 0.71% -
XYZ 33.16 25.99 43.83 -
YUV 143.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 180 119 175 0 0.34 0.03 0.29 304.92 0.29 0.59
Hex B4 77 AF 0 22 3 1D 131 1D 3B
Octal 264 167 257 0 42 3 35 461 35 73
Binary 10110100 1110111 10101111 0 100010 11 11101 100110001 11101 111011

Color Harmonies of #B477AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477AF

Black with #B477AF

Text Example


Text Example

White with #B477AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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