Html Css Color HEX #BD91C1 Lilac

📋 copy color: '#BD91C1'

red 189 ◦ green 145 ◦ blue 193

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

Shades of Lilac #BD91C1

Tints of Lilac #BD91C1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.51%

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

R = 35.86%
G = 27.51%
B = 36.62%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD91C1 (or 0xBD91C1) is known color: Lilac. HEX triplet: BD, 91 and C1. RGB value is (189,145,193). Sum of RGB (Red+Green+Blue) = 189+145+193=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD91C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91C1 is #426E3E. Grayscale: #A3A3A3. Windows color (decimal): -4353599 or 12685757. OLE color: 12685757.

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

Color convert

RGB 189 145 193 -
CMYK 0.02 0.25 0 0.24
HSL 295º 0.28% 0.66% -
HSV(B) 295º 0.25% 0.76% -
XYZ 40.74 34.92 55.05 -
YUV 163.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 189 145 193 0.02 0.25 0 0.24 295 0.28 0.66
Hex BD 91 C1 2 19 0 18 127 1C 42
Octal 275 221 301 2 31 0 30 447 34 102
Binary 10111101 10010001 11000001 10 11001 0 11000 100100111 11100 1000010

Color Harmonies of #BD91C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD91C1

Black with #BD91C1

Text Example


Text Example

White with #BD91C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD91C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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