Html Css Color HEX #BD94BD Lilac

📋 copy color: '#BD94BD'

red 189 ◦ green 148 ◦ blue 189

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

Shades of Lilac #BD94BD

Tints of Lilac #BD94BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.14%

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

R = 35.93%
G = 28.14%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD94BD (or 0xBD94BD) is known color: Lilac. HEX triplet: BD, 94 and BD. RGB value is (189,148,189). Sum of RGB (Red+Green+Blue) = 189+148+189=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94BD is #426B42. Grayscale: #A4A4A4. Windows color (decimal): -4352835 or 12424381. OLE color: 12424381.

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

Color convert

RGB 189 148 189 -
CMYK 0 0.22 0 0.26
HSL 300º 0.24% 0.66% -
HSV(B) 300º 0.22% 0.74% -
XYZ 40.76 35.67 52.88 -
YUV 164.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 189 148 189 0 0.22 0 0.26 300 0.24 0.66
Hex BD 94 BD 0 16 0 1A 12C 18 42
Octal 275 224 275 0 26 0 32 454 30 102
Binary 10111101 10010100 10111101 0 10110 0 11010 100101100 11000 1000010

Color Harmonies of #BD94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94BD

Black with #BD94BD

Text Example


Text Example

White with #BD94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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