#BA3DD1

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

Shades of Medium Orchid #BA3DD1

Tints of Medium Orchid #BA3DD1

Color information

#BA3DD1 (or 0xBA3DD1) is unknown color: approx Medium Orchid. HEX triplet: BA, 3D and D1. RGB value is (186,61,209). Sum of RGB (Red+Green+Blue) = 186+61+209=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA3DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DD1 is #45C22E. Grayscale: #727272. Windows color (decimal): -4571695 or 13712826. OLE color: 13712826.

HSL color Cylindrical-coordinate representation of color #BA3DD1: hue angle of 290.68º 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 #BA3DD1 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18661209-
CMYK0.110.7100.18
HSL290.68º61.67%52.94%-
HSV(B)290.68º70.81%81.96%-
XYZ33.4318.3862.11-
YUV115.25180.91178.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 209 (82.03% from 255) = 45.83%
R=40.79%
G=13.38%
B=45.83%

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
Decimal186612090.110.7100.18290.6861.6752.94
HexBA3DD1B470121233e35
Octal27275321131070224437665
Binary101110101111011101000110111000111010010100100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3DD1; }

 p { color: rgb(186,61,209); }

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

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

 a { background-color: rgb(186,61,209); }

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

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

 span { border-color: rgb(186,61,209); }

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