#ba5be0

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

Shades of Medium Orchid #BA5BE0

Tints of Medium Orchid #BA5BE0

Color information

#BA5BE0 (or 0xBA5BE0) is unknown color: approx Medium Orchid. HEX triplet: BA, 5B and E0. RGB value is (186,91,224). Sum of RGB (Red+Green+Blue) = 186+91+224=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BE0 is #45A41F. Grayscale: #868686. Windows color (decimal): -4564000 or 14703546. OLE color: 14703546.

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

Color convert

RGB18691224-
CMYK0.170.5900.12
HSL282.86º68.21%61.76%-
HSV(B)282.86º59.38%87.84%-
XYZ37.4523.373.05-
YUV134.57178.47164.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 91 (35.94% from 255) = 18.16%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=37.13%
G=18.16%
B=44.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186912240.170.5900.12282.8668.2161.76
HexBA5BE0113B0C11b443e
Octal272133340217301443310476
Binary1011101010110111110000010001111011011001000110111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5be0; }

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

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

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

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

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

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

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

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