#BA5DC9

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

Shades of Medium Orchid #BA5DC9

Tints of Medium Orchid #BA5DC9

Color information

#BA5DC9 (or 0xBA5DC9) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and C9. RGB value is (186,93,201). Sum of RGB (Red+Green+Blue) = 186+93+201=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DC9 is #45A236. Grayscale: #848484. Windows color (decimal): -4563511 or 13196730. OLE color: 13196730.

HSL color Cylindrical-coordinate representation of color #BA5DC9: hue angle of 291.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5DC9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18693201-
CMYK0.070.5400.21
HSL291.67º50%57.65%-
HSV(B)291.67º53.73%78.82%-
XYZ34.7122.4857.77-
YUV133.12166.31165.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=38.75%
G=19.38%
B=41.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186932010.070.5400.21291.675057.65
HexBA5DC9736015124323a
Octal2721353117660254446272
Binary10111010101110111001001111110110010101100100100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DC9; }

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

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

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

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

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

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

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

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