#BA3BDD

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

Shades of Medium Orchid #BA3BDD

Tints of Medium Orchid #BA3BDD

Color information

#BA3BDD (or 0xBA3BDD) is unknown color: approx Medium Orchid. HEX triplet: BA, 3B and DD. RGB value is (186,59,221). Sum of RGB (Red+Green+Blue) = 186+59+221=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BDD is #45C422. Grayscale: #727272. Windows color (decimal): -4572195 or 14498746. OLE color: 14498746.

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

Color convert

RGB18659221-
CMYK0.160.7300.13
HSL287.04º70.43%54.9%-
HSV(B)287.04º73.3%86.67%-
XYZ34.8618.7970.2-
YUV115.44187.58178.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 59 (23.44% from 255) = 12.66%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=39.91%
G=12.66%
B=47.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186592210.160.7300.13287.0470.4354.9
HexBA3BDD10490D11f4637
Octal272733352011101543710667
Binary1011101011101111011101100001001001011011000111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3BDD; }

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

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

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

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

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

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

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

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