Html Css Color HEX #BA59EE Medium Orchid

📋 copy color: '#BA59EE'

red 186 ◦ green 89 ◦ blue 238

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

Shades of Medium Orchid #BA59EE

Tints of Medium Orchid #BA59EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 36.26%
G = 17.35%
B = 46.39%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA59EE (or 0xBA59EE) is known color: Medium Orchid. HEX triplet: BA, 59 and EE. RGB value is (186,89,238). Sum of RGB (Red+Green+Blue) = 186+89+238=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59EE is #45A611. Grayscale: #868686. Windows color (decimal): -4564498 or 15620538. OLE color: 15620538.

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

Color convert

RGB 186 89 238 -
CMYK 0.22 0.63 0 0.07
HSL 279.06º 0.81% 0.64% -
HSV(B) 279.06º 0.63% 0.93% -
XYZ 39.25 23.76 83.41 -
YUV 134.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 186 89 238 0.22 0.63 0 0.07 279.06 0.81 0.64
Hex BA 59 EE 16 3F 0 7 117 51 40
Octal 272 131 356 26 77 0 7 427 121 100
Binary 10111010 1011001 11101110 10110 111111 0 111 100010111 1010001 1000000

Color Harmonies of #BA59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59EE

Black with #BA59EE

Text Example


Text Example

White with #BA59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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