#BA5DDD

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

Shades of Medium Orchid #BA5DDD

Tints of Medium Orchid #BA5DDD

Color information

#BA5DDD (or 0xBA5DDD) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and DD. RGB value is (186,93,221). Sum of RGB (Red+Green+Blue) = 186+93+221=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DDD is #45A222. Grayscale: #868686. Windows color (decimal): -4563491 or 14507450. OLE color: 14507450.

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

Color convert

RGB18693221-
CMYK0.160.5800.13
HSL283.59º65.31%61.57%-
HSV(B)283.59º57.92%86.67%-
XYZ37.2223.4970.98-
YUV135.4176.31164.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=37.2%
G=18.6%
B=44.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186932210.160.5800.13283.5965.3161.57
HexBA5DDD103A0D11c413e
Octal272135335207201543410176
Binary1011101010111011101110110000111010011011000111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DDD; }

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

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

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

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

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

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

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

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