#B87DAF

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

Shades of London Hue #B87DAF

Tints of London Hue #B87DAF

Color information

#B87DAF (or 0xB87DAF) is unknown color: approx London Hue. HEX triplet: B8, 7D and AF. RGB value is (184,125,175). Sum of RGB (Red+Green+Blue) = 184+125+175=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DAF is #478250. Grayscale: #949494. Windows color (decimal): -4686417 or 11500984. OLE color: 11500984.

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

Color convert

RGB184125175-
CMYK00.320.050.28
HSL309.15º29.35%60.59%-
HSV(B)309.15º32.07%72.16%-
XYZ34.8427.9544.12-
YUV148.34143.05153.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=38.02%
G=25.83%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412517500.320.050.28309.1529.3560.59
HexB87DAF02051C1351d3d
Octal2701752570405344653575
Binary1011100011111011010111101000001011110010011010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DAF; }

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

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

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

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

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

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

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

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