Html Css Color HEX #BA39E7 Medium Orchid

📋 copy color: '#BA39E7'

red 186 ◦ green 57 ◦ blue 231

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

Shades of Medium Orchid #BA39E7

Tints of Medium Orchid #BA39E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.73%

R = 39.24%
G = 12.03%
B = 48.73%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA39E7 (or 0xBA39E7) is known color: Medium Orchid. HEX triplet: BA, 39 and E7. RGB value is (186,57,231). Sum of RGB (Red+Green+Blue) = 186+57+231=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA39E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39E7 is #45C618. Grayscale: #727272. Windows color (decimal): -4572697 or 15153594. OLE color: 15153594.

HSL color Cylindrical-coordinate representation of color #BA39E7: hue angle of 284.48º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA39E7 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 57 231 -
CMYK 0.19 0.75 0 0.09
HSL 284.48º 0.78% 0.56% -
HSV(B) 284.48º 0.75% 0.91% -
XYZ 36.14 19.13 77.39 -
YUV 115.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 186 57 231 0.19 0.75 0 0.09 284.48 0.78 0.56
Hex BA 39 E7 13 4B 0 9 11C 4E 38
Octal 272 71 347 23 113 0 11 434 116 70
Binary 10111010 111001 11100111 10011 1001011 0 1001 100011100 1001110 111000

Color Harmonies of #BA39E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39E7

Black with #BA39E7

Text Example


Text Example

White with #BA39E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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