#BA60E5

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

Shades of Medium Orchid #BA60E5

Tints of Medium Orchid #BA60E5

Color information

#BA60E5 (or 0xBA60E5) is unknown color: approx Medium Orchid. HEX triplet: BA, 60 and E5. RGB value is (186,96,229). Sum of RGB (Red+Green+Blue) = 186+96+229=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA60E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60E5 is #459F1A. Grayscale: #898989. Windows color (decimal): -4562715 or 15032506. OLE color: 15032506.

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

Color convert

RGB18696229-
CMYK0.190.5800.10
HSL280.6º71.89%63.73%-
HSV(B)280.6º58.08%89.8%-
XYZ38.5824.4676.82-
YUV138.07179.32162.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 96 (37.89% from 255) = 18.79%
BLUE value IS 229 (89.84% from 255) = 44.81%
R=36.40%
G=18.79%
B=44.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186962290.190.5800.10280.671.8963.73
HexBA60E5133A0A1194840
Octal2721403452372012431110100
Binary10111010110000011100101100111110100101010001100110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60E5; }

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

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

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

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

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

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

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

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