Html Css Color HEX #BA49DB Medium Orchid

📋 copy color: '#BA49DB'

red 186 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #BA49DB

Tints of Medium Orchid #BA49DB

RGB

 RED value IS 186 (73.05% from 255) = 38.91%

 GREEN value IS 73 (28.91% from 255) = 15.27%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 38.91%
G = 15.27%
B = 45.82%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA49DB (or 0xBA49DB) is known color: Medium Orchid. HEX triplet: BA, 49 and DB. RGB value is (186,73,219). Sum of RGB (Red+Green+Blue) = 186+73+219=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49DB is #45B624. Grayscale: #7A7A7A. Windows color (decimal): -4568613 or 14371258. OLE color: 14371258.

HSL color Cylindrical-coordinate representation of color #BA49DB: hue angle of 286.44º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA49DB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 73 219 -
CMYK 0.15 0.67 0 0.14
HSL 286.44º 0.67% 0.57% -
HSV(B) 286.44º 0.67% 0.86% -
XYZ 35.42 20.32 69.07 -
YUV 123.43 181.94 172.63 -
System Red Green Blue C M Y K H S L
Decimal 186 73 219 0.15 0.67 0 0.14 286.44 0.67 0.57
Hex BA 49 DB F 43 0 E 11E 43 39
Octal 272 111 333 17 103 0 16 436 103 71
Binary 10111010 1001001 11011011 1111 1000011 0 1110 100011110 1000011 111001

Color Harmonies of #BA49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49DB

Black with #BA49DB

Text Example


Text Example

White with #BA49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49DB; }

 p { color: rgb(186,73,219); }

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

background-color css

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

 a { background-color: rgb(186,73,219); }

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

border-color css

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

 span { border-color: rgb(186,73,219); }

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