#B87DB2

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

Shades of London Hue #B87DB2

Tints of London Hue #B87DB2

Color information

#B87DB2 (or 0xB87DB2) is unknown color: approx London Hue. HEX triplet: B8, 7D and B2. RGB value is (184,125,178). Sum of RGB (Red+Green+Blue) = 184+125+178=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DB2 is #47824D. Grayscale: #949494. Windows color (decimal): -4686414 or 11697592. OLE color: 11697592.

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

Color convert

RGB184125178-
CMYK00.320.030.28
HSL306.1º29.35%60.59%-
HSV(B)306.1º32.07%72.16%-
XYZ35.1428.0745.69-
YUV148.68144.55153.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 178 (69.92% from 255) = 36.55%
R=37.78%
G=25.67%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412517800.320.030.28306.129.3560.59
HexB87DB202031C1321d3d
Octal2701752620403344623575
Binary101110001111101101100100100000111110010011001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DB2; }

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

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

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

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

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

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

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

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