#B481AE

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

Shades of London Hue #B481AE

Tints of London Hue #B481AE

Color information

#B481AE (or 0xB481AE) is unknown color: approx London Hue. HEX triplet: B4, 81 and AE. RGB value is (180,129,174). Sum of RGB (Red+Green+Blue) = 180+129+174=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B481AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B481AE is #4B7E51. Grayscale: #959595. Windows color (decimal): -4947538 or 11436468. OLE color: 11436468.

HSL color Cylindrical-coordinate representation of color #B481AE: hue angle of 307.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B481AE is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180129174-
CMYK00.280.030.29
HSL307.06º25.37%60.59%-
HSV(B)307.06º28.33%70.59%-
XYZ34.3128.4643.73-
YUV149.38141.9149.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=37.27%
G=26.71%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012917400.280.030.29307.0625.3760.59
HexB481AE01C31D133193d
Octal2642012560343354633175
Binary101101001000000110101110011100111110110011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481AE; }

 p { color: rgb(180,129,174); }

 H1.HeaderClassName
 {
   color: #B481AE;
 }
 .AnyTagClassName
 {
   color: #B481AE;
 }
</style>
background-color css

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

 a { background-color: rgb(180,129,174); }

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

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

 span { border-color: rgb(180,129,174); }

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