Html Css Color HEX #BD94C1 Lilac

📋 copy color: '#BD94C1'

red 189 ◦ green 148 ◦ blue 193

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

Shades of Lilac #BD94C1

Tints of Lilac #BD94C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.42%

R = 35.66%
G = 27.92%
B = 36.42%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD94C1 (or 0xBD94C1) is known color: Lilac. HEX triplet: BD, 94 and C1. RGB value is (189,148,193). Sum of RGB (Red+Green+Blue) = 189+148+193=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD94C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94C1 is #426B3E. Grayscale: #A5A5A5. Windows color (decimal): -4352831 or 12686525. OLE color: 12686525.

HSL color Cylindrical-coordinate representation of color #BD94C1: hue angle of 294.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD94C1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 148 193 -
CMYK 0.02 0.23 0 0.24
HSL 294.67º 0.27% 0.67% -
HSV(B) 294.67º 0.23% 0.76% -
XYZ 41.2 35.85 55.2 -
YUV 165.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 189 148 193 0.02 0.23 0 0.24 294.67 0.27 0.67
Hex BD 94 C1 2 17 0 18 127 1B 43
Octal 275 224 301 2 27 0 30 447 33 103
Binary 10111101 10010100 11000001 10 10111 0 11000 100100111 11011 1000011

Color Harmonies of #BD94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94C1

Black with #BD94C1

Text Example


Text Example

White with #BD94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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