#BA3CD2

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

Shades of Medium Orchid #BA3CD2

Tints of Medium Orchid #BA3CD2

Color information

#BA3CD2 (or 0xBA3CD2) is unknown color: approx Medium Orchid. HEX triplet: BA, 3C and D2. RGB value is (186,60,210). Sum of RGB (Red+Green+Blue) = 186+60+210=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA3CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CD2 is #45C32D. Grayscale: #727272. Windows color (decimal): -4571950 or 13778106. OLE color: 13778106.

HSL color Cylindrical-coordinate representation of color #BA3CD2: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3CD2 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18660210-
CMYK0.110.7100.18
HSL290.4º62.5%52.94%-
HSV(B)290.4º71.43%82.35%-
XYZ33.518.3262.74-
YUV114.77181.74178.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 60 (23.83% from 255) = 13.16%
BLUE value IS 210 (82.42% from 255) = 46.05%
R=40.79%
G=13.16%
B=46.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186602100.110.7100.18290.462.552.94
HexBA3CD2B470121223e35
Octal27274322131070224427665
Binary101110101111001101001010111000111010010100100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3CD2; }

 p { color: rgb(186,60,210); }

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

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

 a { background-color: rgb(186,60,210); }

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

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

 span { border-color: rgb(186,60,210); }

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