#BD93C4

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

Shades of Lilac #BD93C4

Tints of Lilac #BD93C4

Color information

#BD93C4 (or 0xBD93C4) is unknown color: approx Lilac. HEX triplet: BD, 93 and C4. RGB value is (189,147,196). Sum of RGB (Red+Green+Blue) = 189+147+196=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD93C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93C4 is #426C3B. Grayscale: #A4A4A4. Windows color (decimal): -4353084 or 12882877. OLE color: 12882877.

HSL color Cylindrical-coordinate representation of color #BD93C4: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD93C4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189147196-
CMYK0.040.2500.23
HSL291.43º29.34%67.25%-
HSV(B)291.43º25%76.86%-
XYZ41.3835.6756.93-
YUV165.14145.41145.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=35.53%
G=27.63%
B=36.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891471960.040.2500.23291.4329.3467.25
HexBD93C44190171231d43
Octal27522330443102744335103
Binary10111101100100111100010010011001010111100100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93C4; }

 p { color: rgb(189,147,196); }

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

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

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

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

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

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

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