#BA58E0

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

Shades of Medium Orchid #BA58E0

Tints of Medium Orchid #BA58E0

Color information

#BA58E0 (or 0xBA58E0) is unknown color: approx Medium Orchid. HEX triplet: BA, 58 and E0. RGB value is (186,88,224). Sum of RGB (Red+Green+Blue) = 186+88+224=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA58E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58E0 is #45A71F. Grayscale: #848484. Windows color (decimal): -4564768 or 14702778. OLE color: 14702778.

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

Color convert

RGB18688224-
CMYK0.170.6100.12
HSL283.24º68.69%61.18%-
HSV(B)283.24º60.71%87.84%-
XYZ37.1922.872.96-
YUV132.81179.47165.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 88 (34.77% from 255) = 17.67%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=37.35%
G=17.67%
B=44.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186882240.170.6100.12283.2468.6961.18
HexBA58E0113D0C11b453d
Octal272130340217501443310575
Binary1011101010110001110000010001111101011001000110111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58E0; }

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

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

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

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

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

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

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

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