#ba44dd

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

Shades of Medium Orchid #BA44DD

Tints of Medium Orchid #BA44DD

Color information

#BA44DD (or 0xBA44DD) is unknown color: approx Medium Orchid. HEX triplet: BA, 44 and DD. RGB value is (186,68,221). Sum of RGB (Red+Green+Blue) = 186+68+221=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44DD is #45BB22. Grayscale: #787878. Windows color (decimal): -4569891 or 14501050. OLE color: 14501050.

HSL color Cylindrical-coordinate representation of color #BA44DD: hue angle of 286.27º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA44DD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18668221-
CMYK0.160.6900.13
HSL286.27º69.23%56.67%-
HSV(B)286.27º69.23%86.67%-
XYZ35.3719.7970.36-
YUV120.72184.59174.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 68 (26.95% from 255) = 14.32%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=39.16%
G=14.32%
B=46.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186682210.160.6900.13286.2769.2356.67
HexBA44DD10450D11e4539
Octal2721043352010501543610571
Binary10111010100010011011101100001000101011011000111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba44dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba44dd; }

 p { color: rgb(186,68,221); }

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

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

 a { background-color: rgb(186,68,221); }

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

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

 span { border-color: rgb(186,68,221); }

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