Html Css Color HEX #BD84C0 Lilac

📋 copy color: '#BD84C0'

red 189 ◦ green 132 ◦ blue 192

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

Shades of Lilac #BD84C0

Tints of Lilac #BD84C0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.73%

 BLUE value IS 192 (75.39% from 255) = 37.43%

R = 36.84%
G = 25.73%
B = 37.43%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD84C0 (or 0xBD84C0) is known color: Lilac. HEX triplet: BD, 84 and C0. RGB value is (189,132,192). Sum of RGB (Red+Green+Blue) = 189+132+192=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84C0 is #427B3F. Grayscale: #9B9B9B. Windows color (decimal): -4356928 or 12616893. OLE color: 12616893.

HSL color Cylindrical-coordinate representation of color #BD84C0: hue angle of 297º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD84C0 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 132 192 -
CMYK 0.02 0.31 0 0.25
HSL 297º 0.32% 0.64% -
HSV(B) 297º 0.31% 0.75% -
XYZ 38.75 31.13 53.83 -
YUV 155.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 189 132 192 0.02 0.31 0 0.25 297 0.32 0.64
Hex BD 84 C0 2 1F 0 19 129 20 40
Octal 275 204 300 2 37 0 31 451 40 100
Binary 10111101 10000100 11000000 10 11111 0 11001 100101001 100000 1000000

Color Harmonies of #BD84C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84C0

Black with #BD84C0

Text Example


Text Example

White with #BD84C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84C0; }

 p { color: rgb(189,132,192); }

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

background-color css

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

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

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

border-color css

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

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

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