#BD87BD

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

Shades of London Hue #BD87BD

Tints of London Hue #BD87BD

Color information

#BD87BD (or 0xBD87BD) is unknown color: approx London Hue. HEX triplet: BD, 87 and BD. RGB value is (189,135,189). Sum of RGB (Red+Green+Blue) = 189+135+189=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87BD is #427842. Grayscale: #9D9D9D. Windows color (decimal): -4356163 or 12421053. OLE color: 12421053.

HSL color Cylindrical-coordinate representation of color #BD87BD: hue angle of 300º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD87BD is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB189135189-
CMYK00.2900.26
HSL300º29.03%63.53%-
HSV(B)300º28.57%74.12%-
XYZ38.8431.8252.24-
YUV157.3145.89150.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913518900.2900.2630029.0363.53
HexBD87BD01D01A12c1d40
Octal27520727503503245435100
Binary101111011000011110111101011101011010100101100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87BD; }

 p { color: rgb(189,135,189); }

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

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

 a { background-color: rgb(189,135,189); }

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

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

 span { border-color: rgb(189,135,189); }

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