Html Css Color HEX #BD95BD Lilac

📋 copy color: '#BD95BD'

red 189 ◦ green 149 ◦ blue 189

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

Shades of Lilac #BD95BD

Tints of Lilac #BD95BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.27%

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

R = 35.86%
G = 28.27%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD95BD (or 0xBD95BD) is known color: Lilac. HEX triplet: BD, 95 and BD. RGB value is (189,149,189). Sum of RGB (Red+Green+Blue) = 189+149+189=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95BD is #426A42. Grayscale: #A5A5A5. Windows color (decimal): -4352579 or 12424637. OLE color: 12424637.

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

Color convert

RGB 189 149 189 -
CMYK 0 0.21 0 0.26
HSL 300º 0.23% 0.66% -
HSV(B) 300º 0.21% 0.74% -
XYZ 40.92 35.99 52.93 -
YUV 165.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 189 149 189 0 0.21 0 0.26 300 0.23 0.66
Hex BD 95 BD 0 15 0 1A 12C 17 42
Octal 275 225 275 0 25 0 32 454 27 102
Binary 10111101 10010101 10111101 0 10101 0 11010 100101100 10111 1000010

Color Harmonies of #BD95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95BD

Black with #BD95BD

Text Example


Text Example

White with #BD95BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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