Html Css Color HEX #BD87C1 Lilac

📋 copy color: '#BD87C1'

red 189 ◦ green 135 ◦ blue 193

#BD87C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BD87C1

Tints of Lilac #BD87C1

RGB

 RED value IS 189 (74.22% from 255) = 36.56%

 GREEN value IS 135 (53.13% 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 value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD87C1 (or 0xBD87C1) is known color: 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

RGB 189 135 193 -
CMYK 0.02 0.30 0 0.24
HSL 295.86º 0.32% 0.64% -
HSV(B) 295.86º 0.3% 0.76% -
XYZ 39.28 32 54.56 -
YUV 157.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 189 135 193 0.02 0.30 0 0.24 295.86 0.32 0.64
Hex BD 87 C1 2 1E 0 18 128 20 40
Octal 275 207 301 2 36 0 30 450 40 100
Binary 10111101 10000111 11000001 10 11110 0 11000 100101000 100000 1000000

Color Harmonies of #BD87C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87C1

Black with #BD87C1

Text Example


Text Example

White with #BD87C1

Text Example


Text Example

HTML Codes & Css Web 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>