#BA5DDA

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

Shades of Medium Orchid #BA5DDA

Tints of Medium Orchid #BA5DDA

Color information

#BA5DDA (or 0xBA5DDA) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and DA. RGB value is (186,93,218). Sum of RGB (Red+Green+Blue) = 186+93+218=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DDA is #45A225. Grayscale: #868686. Windows color (decimal): -4563494 or 14310842. OLE color: 14310842.

HSL color Cylindrical-coordinate representation of color #BA5DDA: hue angle of 284.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5DDA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18693218-
CMYK0.150.5700.15
HSL284.64º62.81%60.98%-
HSV(B)284.64º57.34%85.49%-
XYZ36.8223.3368.89-
YUV135.06174.81164.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 93 (36.72% from 255) = 18.71%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=37.42%
G=18.71%
B=43.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186932180.150.5700.15284.6462.8160.98
HexBA5DDAF390F11d3f3d
Octal27213533217710174357775
Binary10111010101110111011010111111100101111100011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DDA; }

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

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

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

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

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

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

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

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