Html Css Color HEX #BA39EC Medium Orchid

📋 copy color: '#BA39EC'

red 186 ◦ green 57 ◦ blue 236

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

Shades of Medium Orchid #BA39EC

Tints of Medium Orchid #BA39EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 38.83%
G = 11.9%
B = 49.27%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA39EC (or 0xBA39EC) is known color: Medium Orchid. HEX triplet: BA, 39 and EC. RGB value is (186,57,236). Sum of RGB (Red+Green+Blue) = 186+57+236=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA39EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39EC is #45C613. Grayscale: #737373. Windows color (decimal): -4572692 or 15481274. OLE color: 15481274.

HSL color Cylindrical-coordinate representation of color #BA39EC: hue angle of 283.24º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA39EC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 57 236 -
CMYK 0.21 0.76 0 0.07
HSL 283.24º 0.82% 0.57% -
HSV(B) 283.24º 0.76% 0.93% -
XYZ 36.85 19.42 81.16 -
YUV 115.98 195.74 177.95 -
System Red Green Blue C M Y K H S L
Decimal 186 57 236 0.21 0.76 0 0.07 283.24 0.82 0.57
Hex BA 39 EC 15 4C 0 7 11B 52 39
Octal 272 71 354 25 114 0 7 433 122 71
Binary 10111010 111001 11101100 10101 1001100 0 111 100011011 1010010 111001

Color Harmonies of #BA39EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA39EC

Black with #BA39EC

Text Example


Text Example

White with #BA39EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA39EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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