#BA5FD9

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

Shades of Medium Orchid #BA5FD9

Tints of Medium Orchid #BA5FD9

Color information

#BA5FD9 (or 0xBA5FD9) is unknown color: approx Medium Orchid. HEX triplet: BA, 5F and D9. RGB value is (186,95,217). Sum of RGB (Red+Green+Blue) = 186+95+217=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA5FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FD9 is #45A026. Grayscale: #878787. Windows color (decimal): -4562983 or 14245818. OLE color: 14245818.

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

Color convert

RGB18695217-
CMYK0.140.5600.15
HSL284.75º61.62%61.18%-
HSV(B)284.75º56.22%85.1%-
XYZ36.8723.6368.26-
YUV136.12173.65163.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 95 (37.5% from 255) = 19.08%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=37.35%
G=19.08%
B=43.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186952170.140.5600.15284.7561.6261.18
HexBA5FD9E380F11d3e3d
Octal27213733116700174357675
Binary10111010101111111011001111011100001111100011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5FD9; }

 p { color: rgb(186,95,217); }

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

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

 a { background-color: rgb(186,95,217); }

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

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

 span { border-color: rgb(186,95,217); }

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