#ba44db

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

Shades of Medium Orchid #BA44DB

Tints of Medium Orchid #BA44DB

Color information

#BA44DB (or 0xBA44DB) is unknown color: approx Medium Orchid. HEX triplet: BA, 44 and DB. RGB value is (186,68,219). Sum of RGB (Red+Green+Blue) = 186+68+219=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44DB is #45BB24. Grayscale: #787878. Windows color (decimal): -4569893 or 14369978. OLE color: 14369978.

HSL color Cylindrical-coordinate representation of color #BA44DB: hue angle of 286.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA44DB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18668219-
CMYK0.150.6900.14
HSL286.89º67.71%56.27%-
HSV(B)286.89º68.95%85.88%-
XYZ35.119.6968.97-
YUV120.5183.59174.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 68 (26.95% from 255) = 14.38%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=39.32%
G=14.38%
B=46.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186682190.150.6900.14286.8967.7156.27
HexBA44DBF450E11f4438
Octal2721043331710501643710470
Binary1011101010001001101101111111000101011101000111111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba44db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba44db; }

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

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

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

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

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

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

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

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