#B476AD

Color #B476AD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B476AD

Tints of London Hue #B476AD

Color information

#B476AD (or 0xB476AD) is unknown color: approx 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

RGB180118173-
CMYK00.340.040.29
HSL306.77º29.25%58.43%-
HSV(B)306.77º34.44%70.59%-
XYZ32.8425.6842.76-
YUV142.81145.04154.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011817300.340.040.29306.7729.2558.43
HexB476AD02241D1331d3a
Octal2641662550424354633572
Binary1011010011101101010110101000101001110110011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>