#BA47D1

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

Shades of Medium Orchid #BA47D1

Tints of Medium Orchid #BA47D1

Color information

#BA47D1 (or 0xBA47D1) is unknown color: approx Medium Orchid. HEX triplet: BA, 47 and D1. RGB value is (186,71,209). Sum of RGB (Red+Green+Blue) = 186+71+209=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA47D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47D1 is #45B82E. Grayscale: #787878. Windows color (decimal): -4569135 or 13715386. OLE color: 13715386.

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

Color convert

RGB18671209-
CMYK0.110.6600.18
HSL290º60%54.9%-
HSV(B)290º66.03%81.96%-
XYZ34.0119.5562.3-
YUV121.12177.6174.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 71 (28.12% from 255) = 15.24%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=39.91%
G=15.24%
B=44.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186712090.110.6600.182906054.9
HexBA47D1B420121223c37
Octal272107321131020224427467
Binary1011101010001111101000110111000010010010100100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA47D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA47D1; }

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

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

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

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

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

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

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

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