Html Css Color HEX #BD8DBD Lilac

📋 copy color: '#BD8DBD'

red 189 ◦ green 141 ◦ blue 189

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

Shades of Lilac #BD8DBD

Tints of Lilac #BD8DBD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 36.42%
G = 27.17%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD8DBD (or 0xBD8DBD) is known color: Lilac. HEX triplet: BD, 8D and BD. RGB value is (189,141,189). Sum of RGB (Red+Green+Blue) = 189+141+189=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD8DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DBD is #427242. Grayscale: #A0A0A0. Windows color (decimal): -4354627 or 12422589. OLE color: 12422589.

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

Color convert

RGB 189 141 189 -
CMYK 0 0.25 0 0.26
HSL 300º 0.27% 0.65% -
HSV(B) 300º 0.25% 0.74% -
XYZ 39.7 33.54 52.53 -
YUV 160.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 189 141 189 0 0.25 0 0.26 300 0.27 0.65
Hex BD 8D BD 0 19 0 1A 12C 1B 41
Octal 275 215 275 0 31 0 32 454 33 101
Binary 10111101 10001101 10111101 0 11001 0 11010 100101100 11011 1000001

Color Harmonies of #BD8DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8DBD

Black with #BD8DBD

Text Example


Text Example

White with #BD8DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8DBD; }

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

 H1.HeaderClassName
 {
   color: #BD8DBD;
 }
 .AnyTagClassName
 {
   color: #BD8DBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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