#BA7ADD

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

Shades of Medium Orchid #BA7ADD

Tints of Medium Orchid #BA7ADD

Color information

#BA7ADD (or 0xBA7ADD) is unknown color: approx Medium Orchid. HEX triplet: BA, 7A and DD. RGB value is (186,122,221). Sum of RGB (Red+Green+Blue) = 186+122+221=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ADD is #458522. Grayscale: #989898. Windows color (decimal): -4556067 or 14514874. OLE color: 14514874.

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

Color convert

RGB186122221-
CMYK0.160.4500.13
HSL278.79º59.28%67.25%-
HSV(B)278.79º44.8%86.67%-
XYZ40.2629.5871.99-
YUV152.42166.7151.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=35.16%
G=23.06%
B=41.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861222210.160.4500.13278.7959.2867.25
HexBA7ADD102D0D1173b43
Octal272172335205501542773103
Binary1011101011110101101110110000101101011011000101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7ADD; }

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

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

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

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

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

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

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

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