Html Css Color HEX #BA57DB Medium Orchid

📋 copy color: '#BA57DB'

red 186 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #BA57DB

Tints of Medium Orchid #BA57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.68%

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

R = 37.8%
G = 17.68%
B = 44.51%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA57DB (or 0xBA57DB) is known color: Medium Orchid. HEX triplet: BA, 57 and DB. RGB value is (186,87,219). Sum of RGB (Red+Green+Blue) = 186+87+219=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57DB is #45A824. Grayscale: #838383. Windows color (decimal): -4565029 or 14374842. OLE color: 14374842.

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

Color convert

RGB 186 87 219 -
CMYK 0.15 0.60 0 0.14
HSL 285º 0.65% 0.6% -
HSV(B) 285º 0.6% 0.86% -
XYZ 36.44 22.37 69.41 -
YUV 131.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 186 87 219 0.15 0.60 0 0.14 285 0.65 0.6
Hex BA 57 DB F 3C 0 E 11D 41 3C
Octal 272 127 333 17 74 0 16 435 101 74
Binary 10111010 1010111 11011011 1111 111100 0 1110 100011101 1000001 111100

Color Harmonies of #BA57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA57DB

Black with #BA57DB

Text Example


Text Example

White with #BA57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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