Html Css Color HEX #BA59DB Medium Orchid

📋 copy color: '#BA59DB'

red 186 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #BA59DB

Tints of Medium Orchid #BA59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.02%

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

R = 37.65%
G = 18.02%
B = 44.33%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA59DB (or 0xBA59DB) is known color: Medium Orchid. HEX triplet: BA, 59 and DB. RGB value is (186,89,219). Sum of RGB (Red+Green+Blue) = 186+89+219=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59DB is #45A624. Grayscale: #848484. Windows color (decimal): -4564517 or 14375354. OLE color: 14375354.

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

Color convert

RGB 186 89 219 -
CMYK 0.15 0.59 0 0.14
HSL 284.77º 0.64% 0.6% -
HSV(B) 284.77º 0.59% 0.86% -
XYZ 36.61 22.7 69.47 -
YUV 132.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 186 89 219 0.15 0.59 0 0.14 284.77 0.64 0.6
Hex BA 59 DB F 3B 0 E 11D 40 3C
Octal 272 131 333 17 73 0 16 435 100 74
Binary 10111010 1011001 11011011 1111 111011 0 1110 100011101 1000000 111100

Color Harmonies of #BA59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59DB

Black with #BA59DB

Text Example


Text Example

White with #BA59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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