Html Css Color HEX #B476AD London Hue

📋 copy color: '#B476AD'

red 180 ◦ green 118 ◦ blue 173

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

Shades of London Hue #B476AD

Tints of London Hue #B476AD

RGB

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

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

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

R = 38.22%
G = 25.05%
B = 36.73%

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

#B476AD (or 0xB476AD) is known color: London Hue. HEX triplet: B4, 76 and AD. RGB value is (180,118,173). Sum of RGB (Red+Green+Blue) = 180+118+173=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B476AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476AD is #4B8952. Grayscale: #8E8E8E. Windows color (decimal): -4950355 or 11368116. OLE color: 11368116.

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

Color convert

RGB 180 118 173 -
CMYK 0 0.34 0.04 0.29
HSL 306.77º 0.29% 0.58% -
HSV(B) 306.77º 0.34% 0.71% -
XYZ 32.84 25.68 42.76 -
YUV 142.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 180 118 173 0 0.34 0.04 0.29 306.77 0.29 0.58
Hex B4 76 AD 0 22 4 1D 133 1D 3A
Octal 264 166 255 0 42 4 35 463 35 72
Binary 10110100 1110110 10101101 0 100010 100 11101 100110011 11101 111010

Color Harmonies of #B476AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476AD

Black with #B476AD

Text Example


Text Example

White with #B476AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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