#BA5DD3

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

Shades of Medium Orchid #BA5DD3

Tints of Medium Orchid #BA5DD3

Color information

#BA5DD3 (or 0xBA5DD3) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and D3. RGB value is (186,93,211). Sum of RGB (Red+Green+Blue) = 186+93+211=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA5DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DD3 is #45A22C. Grayscale: #858585. Windows color (decimal): -4563501 or 13852090. OLE color: 13852090.

HSL color Cylindrical-coordinate representation of color #BA5DD3: hue angle of 287.29º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5DD3 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18693211-
CMYK0.120.5600.17
HSL287.29º57.28%59.61%-
HSV(B)287.29º55.92%82.75%-
XYZ35.9222.9764.17-
YUV134.26171.31164.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 211 (82.81% from 255) = 43.06%
R=37.96%
G=18.98%
B=43.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186932110.120.5600.17287.2957.2859.61
HexBA5DD3C3801111f393c
Octal27213532314700214377174
Binary101110101011101110100111100111000010001100011111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DD3; }

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

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

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

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

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

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

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

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