Html Css Color HEX #BA39DB Medium Orchid

📋 copy color: '#BA39DB'

red 186 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #BA39DB

Tints of Medium Orchid #BA39DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.34%

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

R = 40.26%
G = 12.34%
B = 47.4%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA39DB (or 0xBA39DB) is known color: Medium Orchid. HEX triplet: BA, 39 and DB. RGB value is (186,57,219). Sum of RGB (Red+Green+Blue) = 186+57+219=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39DB is #45C624. Grayscale: #717171. Windows color (decimal): -4572709 or 14367162. OLE color: 14367162.

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

Color convert

RGB 186 57 219 -
CMYK 0.15 0.74 0 0.14
HSL 287.78º 0.69% 0.54% -
HSV(B) 287.78º 0.74% 0.86% -
XYZ 34.5 18.48 68.77 -
YUV 114.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 186 57 219 0.15 0.74 0 0.14 287.78 0.69 0.54
Hex BA 39 DB F 4A 0 E 120 45 36
Octal 272 71 333 17 112 0 16 440 105 66
Binary 10111010 111001 11011011 1111 1001010 0 1110 100100000 1000101 110110

Color Harmonies of #BA39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39DB

Black with #BA39DB

Text Example


Text Example

White with #BA39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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