Html Css Color HEX #B476AC London Hue

📋 copy color: '#B476AC'

red 180 ◦ green 118 ◦ blue 172

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

Shades of London Hue #B476AC

Tints of London Hue #B476AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.11%

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

R = 38.3%
G = 25.11%
B = 36.6%

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

#B476AC (or 0xB476AC) is known color: London Hue. HEX triplet: B4, 76 and AC. RGB value is (180,118,172). Sum of RGB (Red+Green+Blue) = 180+118+172=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B476AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476AC is #4B8953. Grayscale: #8E8E8E. Windows color (decimal): -4950356 or 11302580. OLE color: 11302580.

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

Color convert

RGB 180 118 172 -
CMYK 0 0.34 0.04 0.29
HSL 307.74º 0.29% 0.58% -
HSV(B) 307.74º 0.34% 0.71% -
XYZ 32.75 25.64 42.25 -
YUV 142.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 180 118 172 0 0.34 0.04 0.29 307.74 0.29 0.58
Hex B4 76 AC 0 22 4 1D 134 1D 3A
Octal 264 166 254 0 42 4 35 464 35 72
Binary 10110100 1110110 10101100 0 100010 100 11101 100110100 11101 111010

Color Harmonies of #B476AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476AC

Black with #B476AC

Text Example


Text Example

White with #B476AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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