#B87DAD

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

Shades of London Hue #B87DAD

Tints of London Hue #B87DAD

Color information

#B87DAD (or 0xB87DAD) is unknown color: approx London Hue. HEX triplet: B8, 7D and AD. RGB value is (184,125,173). Sum of RGB (Red+Green+Blue) = 184+125+173=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DAD is #478252. Grayscale: #939393. Windows color (decimal): -4686419 or 11369912. OLE color: 11369912.

HSL color Cylindrical-coordinate representation of color #B87DAD: hue angle of 311.19º 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 #B87DAD is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184125173-
CMYK00.320.060.28
HSL311.19º29.35%60.59%-
HSV(B)311.19º32.07%72.16%-
XYZ34.6427.8743.09-
YUV148.11142.05153.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=38.17%
G=25.93%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412517300.320.060.28311.1929.3560.59
HexB87DAD02061C1371d3d
Octal2701752550406344673575
Binary1011100011111011010110101000001101110010011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DAD; }

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

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

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

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

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

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

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

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