#BA3DD9

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

Shades of Medium Orchid #BA3DD9

Tints of Medium Orchid #BA3DD9

Color information

#BA3DD9 (or 0xBA3DD9) is unknown color: approx Medium Orchid. HEX triplet: BA, 3D and D9. RGB value is (186,61,217). Sum of RGB (Red+Green+Blue) = 186+61+217=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA3DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DD9 is #45C226. Grayscale: #737373. Windows color (decimal): -4571687 or 14237114. OLE color: 14237114.

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

Color convert

RGB18661217-
CMYK0.140.7200.15
HSL288.08º67.24%54.51%-
HSV(B)288.08º71.89%85.1%-
XYZ34.4418.7967.46-
YUV116.16184.91177.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 61 (24.22% from 255) = 13.15%
BLUE value IS 217 (85.16% from 255) = 46.77%
R=40.09%
G=13.15%
B=46.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186612170.140.7200.15288.0867.2454.51
HexBA3DD9E480F1204337
Octal272753311611001744010367
Binary101110101111011101100111101001000011111001000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3DD9; }

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

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

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

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

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

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

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

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