#BD87C1

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

Shades of Lilac #BD87C1

Tints of Lilac #BD87C1

Color information

#BD87C1 (or 0xBD87C1) is unknown color: approx Lilac. HEX triplet: BD, 87 and C1. RGB value is (189,135,193). Sum of RGB (Red+Green+Blue) = 189+135+193=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD87C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87C1 is #42783E. Grayscale: #9D9D9D. Windows color (decimal): -4356159 or 12683197. OLE color: 12683197.

HSL color Cylindrical-coordinate representation of color #BD87C1: hue angle of 295.86º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD87C1 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189135193-
CMYK0.020.3000.24
HSL295.86º31.87%64.31%-
HSV(B)295.86º30.05%75.69%-
XYZ39.283254.56-
YUV157.76147.89150.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=36.56%
G=26.11%
B=37.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891351930.020.3000.24295.8631.8764.31
HexBD87C121E0181282040
Octal27520730123603045040100
Binary10111101100001111100000110111100110001001010001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87C1; }

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

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

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

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

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

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

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

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