#B87ABA

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

Shades of London Hue #B87ABA

Tints of London Hue #B87ABA

Color information

#B87ABA (or 0xB87ABA) is unknown color: approx London Hue. HEX triplet: B8, 7A and BA. RGB value is (184,122,186). Sum of RGB (Red+Green+Blue) = 184+122+186=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B87ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87ABA is #478545. Grayscale: #939393. Windows color (decimal): -4687174 or 12221112. OLE color: 12221112.

HSL color Cylindrical-coordinate representation of color #B87ABA: hue angle of 298.12º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87ABA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184122186-
CMYK0.010.3400.27
HSL298.12º31.68%60.39%-
HSV(B)298.12º34.41%72.94%-
XYZ35.5927.6549.92-
YUV147.83149.54153.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.40%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=37.40%
G=24.80%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841221860.010.3400.27298.1231.6860.39
HexB87ABA12201B12a203c
Octal2701722721420334524074
Binary101110001111010101110101100010011011100101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87ABA; }

 p { color: rgb(184,122,186); }

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

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

 a { background-color: rgb(184,122,186); }

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

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

 span { border-color: rgb(184,122,186); }

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