#BA58E8

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

Shades of Medium Orchid #BA58E8

Tints of Medium Orchid #BA58E8

Color information

#BA58E8 (or 0xBA58E8) is unknown color: approx Medium Orchid. HEX triplet: BA, 58 and E8. RGB value is (186,88,232). Sum of RGB (Red+Green+Blue) = 186+88+232=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA58E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58E8 is #45A717. Grayscale: #858585. Windows color (decimal): -4564760 or 15227066. OLE color: 15227066.

HSL color Cylindrical-coordinate representation of color #BA58E8: hue angle of 280.83º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA58E8 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18688232-
CMYK0.200.6200.09
HSL280.83º75.79%62.75%-
HSV(B)280.83º62.07%90.98%-
XYZ38.323.2478.81-
YUV133.72183.47165.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 88 (34.77% from 255) = 17.39%
BLUE value IS 232 (91.02% from 255) = 45.85%
R=36.76%
G=17.39%
B=45.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186882320.200.6200.09280.8375.7962.75
HexBA58E8143E091194c3f
Octal272130350247601143111477
Binary1011101010110001110100010100111110010011000110011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58E8; }

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

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

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

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

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

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

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

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