#BA5DD9

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

Shades of Medium Orchid #BA5DD9

Tints of Medium Orchid #BA5DD9

Color information

#BA5DD9 (or 0xBA5DD9) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and D9. RGB value is (186,93,217). Sum of RGB (Red+Green+Blue) = 186+93+217=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA5DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DD9 is #45A226. Grayscale: #868686. Windows color (decimal): -4563495 or 14245306. OLE color: 14245306.

HSL color Cylindrical-coordinate representation of color #BA5DD9: hue angle of 285º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5DD9 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18693217-
CMYK0.140.5700.15
HSL285º62%60.78%-
HSV(B)285º57.14%85.1%-
XYZ36.6923.2868.2-
YUV134.94174.31164.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=37.5%
G=18.75%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186932170.140.5700.152856260.78
HexBA5DD9E390F11d3e3d
Octal27213533116710174357675
Binary10111010101110111011001111011100101111100011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DD9; }

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

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

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

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

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

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

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

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