#BA50C9

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

Shades of Medium Orchid #BA50C9

Tints of Medium Orchid #BA50C9

Color information

#BA50C9 (or 0xBA50C9) is unknown color: approx Medium Orchid. HEX triplet: BA, 50 and C9. RGB value is (186,80,201). Sum of RGB (Red+Green+Blue) = 186+80+201=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA50C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50C9 is #45AF36. Grayscale: #7D7D7D. Windows color (decimal): -4566839 or 13193402. OLE color: 13193402.

HSL color Cylindrical-coordinate representation of color #BA50C9: hue angle of 292.56º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA50C9 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18680201-
CMYK0.070.6000.21
HSL292.56º52.84%55.1%-
HSV(B)292.56º60.2%78.82%-
XYZ33.6620.3957.42-
YUV125.49170.62171.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 80 (31.64% from 255) = 17.13%
BLUE value IS 201 (78.91% from 255) = 43.04%
R=39.83%
G=17.13%
B=43.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186802010.070.6000.21292.5652.8455.1
HexBA50C973C0151253537
Octal2721203117740254456567
Binary10111010101000011001001111111100010101100100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50C9; }

 p { color: rgb(186,80,201); }

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

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

 a { background-color: rgb(186,80,201); }

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

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

 span { border-color: rgb(186,80,201); }

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