#BA40D8

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

Shades of Medium Orchid #BA40D8

Tints of Medium Orchid #BA40D8

Color information

#BA40D8 (or 0xBA40D8) is unknown color: approx Medium Orchid. HEX triplet: BA, 40 and D8. RGB value is (186,64,216). Sum of RGB (Red+Green+Blue) = 186+64+216=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA40D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40D8 is #45BF27. Grayscale: #757575. Windows color (decimal): -4570920 or 14172346. OLE color: 14172346.

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

Color convert

RGB18664216-
CMYK0.140.7000.15
HSL288.16º66.09%54.9%-
HSV(B)288.16º70.37%84.71%-
XYZ34.4819.0666.83-
YUV117.81183.42176.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 64 (25.39% from 255) = 13.73%
BLUE value IS 216 (84.77% from 255) = 46.35%
R=39.91%
G=13.73%
B=46.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186642160.140.7000.15288.1666.0954.9
HexBA40D8E460F1204237
Octal2721003301610601744010267
Binary1011101010000001101100011101000110011111001000001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40D8; }

 p { color: rgb(186,64,216); }

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

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

 a { background-color: rgb(186,64,216); }

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

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

 span { border-color: rgb(186,64,216); }

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