#B87BBA

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

Shades of London Hue #B87BBA

Tints of London Hue #B87BBA

Color information

#B87BBA (or 0xB87BBA) is unknown color: approx London Hue. HEX triplet: B8, 7B and BA. RGB value is (184,123,186). Sum of RGB (Red+Green+Blue) = 184+123+186=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #B87BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BBA is #478445. Grayscale: #949494. Windows color (decimal): -4686918 or 12221368. OLE color: 12221368.

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

Color convert

RGB184123186-
CMYK0.010.3400.27
HSL298.1º31.34%60.59%-
HSV(B)298.1º33.87%72.94%-
XYZ35.7127.949.96-
YUV148.42149.21153.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 123 (48.44% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=37.32%
G=24.95%
B=37.73%

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
Decimal1841231860.010.3400.27298.131.3460.59
HexB87BBA12201B12a1f3d
Octal2701732721420334523775
Binary10111000111101110111010110001001101110010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87BBA; }

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

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

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

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

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

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

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

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