#B873AF

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

Shades of London Hue #B873AF

Tints of London Hue #B873AF

Color information

#B873AF (or 0xB873AF) is unknown color: approx London Hue. HEX triplet: B8, 73 and AF. RGB value is (184,115,175). Sum of RGB (Red+Green+Blue) = 184+115+175=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B873AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873AF is #478C50. Grayscale: #8E8E8E. Windows color (decimal): -4688977 or 11498424. OLE color: 11498424.

HSL color Cylindrical-coordinate representation of color #B873AF: hue angle of 307.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B873AF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184115175-
CMYK00.380.050.28
HSL307.83º32.7%58.63%-
HSV(B)307.83º37.5%72.16%-
XYZ33.6425.5543.72-
YUV142.47146.36157.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=38.82%
G=24.26%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411517500.380.050.28307.8332.758.63
HexB873AF02651C134213b
Octal2701632570465344644173
Binary10111000111001110101111010011010111100100110100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873AF; }

 p { color: rgb(184,115,175); }

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

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

 a { background-color: rgb(184,115,175); }

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

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

 span { border-color: rgb(184,115,175); }

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