#ba59e0

Color #BA59E0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BA59E0

Tints of Medium Orchid #BA59E0

Color information

#BA59E0 (or 0xBA59E0) is unknown color: approx Medium Orchid. HEX triplet: BA, 59 and E0. RGB value is (186,89,224). Sum of RGB (Red+Green+Blue) = 186+89+224=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA59E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59E0 is #45A61F. Grayscale: #848484. Windows color (decimal): -4564512 or 14703034. OLE color: 14703034.

HSL color Cylindrical-coordinate representation of color #BA59E0: hue angle of 283.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA59E0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18689224-
CMYK0.170.6000.12
HSL283.11º68.53%61.37%-
HSV(B)283.11º60.27%87.84%-
XYZ37.2822.9772.99-
YUV133.39179.14165.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 89 (35.16% from 255) = 17.84%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=37.27%
G=17.84%
B=44.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186892240.170.6000.12283.1168.5361.37
HexBA59E0113C0C11b453d
Octal272131340217401443310575
Binary1011101010110011110000010001111100011001000110111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba59e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba59e0; }

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

 H1.HeaderClassName
 {
   color: #ba59e0;
 }
 .AnyTagClassName
 {
   color: #ba59e0;
 }
</style>
background-color css

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

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

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

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

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

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