Html Css Color HEX #BA54DB Medium Orchid

📋 copy color: '#BA54DB'

red 186 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #BA54DB

Tints of Medium Orchid #BA54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.18%

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

R = 38.04%
G = 17.18%
B = 44.79%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA54DB (or 0xBA54DB) is known color: Medium Orchid. HEX triplet: BA, 54 and DB. RGB value is (186,84,219). Sum of RGB (Red+Green+Blue) = 186+84+219=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54DB is #45AB24. Grayscale: #818181. Windows color (decimal): -4565797 or 14374074. OLE color: 14374074.

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

Color convert

RGB 186 84 219 -
CMYK 0.15 0.62 0 0.14
HSL 285.33º 0.65% 0.59% -
HSV(B) 285.33º 0.62% 0.86% -
XYZ 36.21 21.89 69.34 -
YUV 129.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 186 84 219 0.15 0.62 0 0.14 285.33 0.65 0.59
Hex BA 54 DB F 3E 0 E 11D 41 3B
Octal 272 124 333 17 76 0 16 435 101 73
Binary 10111010 1010100 11011011 1111 111110 0 1110 100011101 1000001 111011

Color Harmonies of #BA54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54DB

Black with #BA54DB

Text Example


Text Example

White with #BA54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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