Html Css Color HEX #B477AC London Hue

📋 copy color: '#B477AC'

red 180 ◦ green 119 ◦ blue 172

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

Shades of London Hue #B477AC

Tints of London Hue #B477AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 38.22%
G = 25.27%
B = 36.52%

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

#B477AC (or 0xB477AC) is known color: London Hue. HEX triplet: B4, 77 and AC. RGB value is (180,119,172). Sum of RGB (Red+Green+Blue) = 180+119+172=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B477AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477AC is #4B8853. Grayscale: #8F8F8F. Windows color (decimal): -4950100 or 11302836. OLE color: 11302836.

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

Color convert

RGB 180 119 172 -
CMYK 0 0.34 0.04 0.29
HSL 307.87º 0.29% 0.59% -
HSV(B) 307.87º 0.34% 0.71% -
XYZ 32.87 25.88 42.29 -
YUV 143.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 180 119 172 0 0.34 0.04 0.29 307.87 0.29 0.59
Hex B4 77 AC 0 22 4 1D 134 1D 3B
Octal 264 167 254 0 42 4 35 464 35 73
Binary 10110100 1110111 10101100 0 100010 100 11101 100110100 11101 111011

Color Harmonies of #B477AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477AC

Black with #B477AC

Text Example


Text Example

White with #B477AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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