Html Css Color HEX #BA39D9 Medium Orchid

📋 copy color: '#BA39D9'

red 186 ◦ green 57 ◦ blue 217

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

Shades of Medium Orchid #BA39D9

Tints of Medium Orchid #BA39D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.17%

R = 40.43%
G = 12.39%
B = 47.17%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA39D9 (or 0xBA39D9) is known color: Medium Orchid. HEX triplet: BA, 39 and D9. RGB value is (186,57,217). Sum of RGB (Red+Green+Blue) = 186+57+217=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA39D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39D9 is #45C626. Grayscale: #717171. Windows color (decimal): -4572711 or 14236090. OLE color: 14236090.

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

Color convert

RGB 186 57 217 -
CMYK 0.14 0.74 0 0.15
HSL 288.38º 0.68% 0.54% -
HSV(B) 288.38º 0.74% 0.85% -
XYZ 34.24 18.38 67.39 -
YUV 113.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 186 57 217 0.14 0.74 0 0.15 288.38 0.68 0.54
Hex BA 39 D9 E 4A 0 F 120 44 36
Octal 272 71 331 16 112 0 17 440 104 66
Binary 10111010 111001 11011001 1110 1001010 0 1111 100100000 1000100 110110

Color Harmonies of #BA39D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39D9

Black with #BA39D9

Text Example


Text Example

White with #BA39D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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