#BA58E5

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

Shades of Medium Orchid #BA58E5

Tints of Medium Orchid #BA58E5

Color information

#BA58E5 (or 0xBA58E5) is unknown color: approx Medium Orchid. HEX triplet: BA, 58 and E5. RGB value is (186,88,229). Sum of RGB (Red+Green+Blue) = 186+88+229=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58E5 is #45A71A. Grayscale: #848484. Windows color (decimal): -4564763 or 15030458. OLE color: 15030458.

HSL color Cylindrical-coordinate representation of color #BA58E5: hue angle of 281.7º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA58E5 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18688229-
CMYK0.190.6200.10
HSL281.7º73.06%62.16%-
HSV(B)281.7º61.57%89.8%-
XYZ37.8823.0876.59-
YUV133.38181.97165.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 88 (34.77% from 255) = 17.50%
BLUE value IS 229 (89.84% from 255) = 45.53%
R=36.98%
G=17.50%
B=45.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186882290.190.6200.10281.773.0662.16
HexBA58E5133E0A11a493e
Octal272130345237601243211176
Binary1011101010110001110010110011111110010101000110101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58E5; }

 p { color: rgb(186,88,229); }

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

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

 a { background-color: rgb(186,88,229); }

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

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

 span { border-color: rgb(186,88,229); }

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