#B87DBA

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

Shades of London Hue #B87DBA

Tints of London Hue #B87DBA

Color information

#B87DBA (or 0xB87DBA) is unknown color: approx London Hue. HEX triplet: B8, 7D and BA. RGB value is (184,125,186). Sum of RGB (Red+Green+Blue) = 184+125+186=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B87DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DBA is #478245. Grayscale: #959595. Windows color (decimal): -4686406 or 12221880. OLE color: 12221880.

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

Color convert

RGB184125186-
CMYK0.010.3300.27
HSL298.03º30.65%60.98%-
HSV(B)298.03º32.8%72.94%-
XYZ35.9628.450.04-
YUV149.6148.55152.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=37.17%
G=25.25%
B=37.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841251860.010.3300.27298.0330.6560.98
HexB87DBA12101B12a1f3d
Octal2701752721410334523775
Binary10111000111110110111010110000101101110010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DBA; }

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

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

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

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

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

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

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

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