Html Css Color HEX #BA59ED Medium Orchid

📋 copy color: '#BA59ED'

red 186 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #BA59ED

Tints of Medium Orchid #BA59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 36.33%
G = 17.38%
B = 46.29%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA59ED (or 0xBA59ED) is known color: Medium Orchid. HEX triplet: BA, 59 and ED. RGB value is (186,89,237). Sum of RGB (Red+Green+Blue) = 186+89+237=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59ED is #45A612. Grayscale: #868686. Windows color (decimal): -4564499 or 15555002. OLE color: 15555002.

HSL color Cylindrical-coordinate representation of color #BA59ED: hue angle of 279.32º degrees, saturation: 0.8, 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 #BA59ED is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 89 237 -
CMYK 0.22 0.62 0 0.07
HSL 279.32º 0.8% 0.64% -
HSV(B) 279.32º 0.62% 0.93% -
XYZ 39.11 23.7 82.63 -
YUV 134.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 186 89 237 0.22 0.62 0 0.07 279.32 0.8 0.64
Hex BA 59 ED 16 3E 0 7 117 50 40
Octal 272 131 355 26 76 0 7 427 120 100
Binary 10111010 1011001 11101101 10110 111110 0 111 100010111 1010000 1000000

Color Harmonies of #BA59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59ED

Black with #BA59ED

Text Example


Text Example

White with #BA59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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