Html Css Color HEX #BA59EF Medium Orchid

📋 copy color: '#BA59EF'

red 186 ◦ green 89 ◦ blue 239

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

Shades of Medium Orchid #BA59EF

Tints of Medium Orchid #BA59EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 36.19%
G = 17.32%
B = 46.5%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA59EF (or 0xBA59EF) is known color: Medium Orchid. HEX triplet: BA, 59 and EF. RGB value is (186,89,239). Sum of RGB (Red+Green+Blue) = 186+89+239=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59EF is #45A610. Grayscale: #868686. Windows color (decimal): -4564497 or 15686074. OLE color: 15686074.

HSL color Cylindrical-coordinate representation of color #BA59EF: hue angle of 278.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA59EF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 89 239 -
CMYK 0.22 0.63 0 0.06
HSL 278.8º 0.82% 0.64% -
HSV(B) 278.8º 0.63% 0.94% -
XYZ 39.4 23.82 84.18 -
YUV 135.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 186 89 239 0.22 0.63 0 0.06 278.8 0.82 0.64
Hex BA 59 EF 16 3F 0 6 117 52 40
Octal 272 131 357 26 77 0 6 427 122 100
Binary 10111010 1011001 11101111 10110 111111 0 110 100010111 1010010 1000000

Color Harmonies of #BA59EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59EF

Black with #BA59EF

Text Example


Text Example

White with #BA59EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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