Html Css Color HEX #BA59EC Medium Orchid

📋 copy color: '#BA59EC'

red 186 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #BA59EC

Tints of Medium Orchid #BA59EC

RGB

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

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

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

R = 36.4%
G = 17.42%
B = 46.18%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA59EC (or 0xBA59EC) is known color: Medium Orchid. HEX triplet: BA, 59 and EC. RGB value is (186,89,236). Sum of RGB (Red+Green+Blue) = 186+89+236=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59EC is #45A613. Grayscale: #868686. Windows color (decimal): -4564500 or 15489466. OLE color: 15489466.

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

Color convert

RGB 186 89 236 -
CMYK 0.21 0.62 0 0.07
HSL 279.59º 0.79% 0.64% -
HSV(B) 279.59º 0.62% 0.93% -
XYZ 38.96 23.64 81.87 -
YUV 134.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 186 89 236 0.21 0.62 0 0.07 279.59 0.79 0.64
Hex BA 59 EC 15 3E 0 7 118 4F 40
Octal 272 131 354 25 76 0 7 430 117 100
Binary 10111010 1011001 11101100 10101 111110 0 111 100011000 1001111 1000000

Color Harmonies of #BA59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59EC

Black with #BA59EC

Text Example


Text Example

White with #BA59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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