Shades of Medium Orchid #BA46DA
Tints of Medium Orchid #BA46DA
RGB
CMYK
RGB Variations
Color information
#BA46DA (or 0xBA46DA) is known color: Medium Orchid. HEX triplet: BA, 46 and DA. RGB value is (186,70,218). Sum of RGB (Red+Green+Blue) = 186+70+218=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46DA is #45B925. Grayscale: #797979. Windows color (decimal): -4569382 or 14304954. OLE color: 14304954.
HSL color Cylindrical-coordinate representation of color #BA46DA: hue angle of 287.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA46DA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 70 | 218 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.15 |
| HSL | 287.03º | 0.67% | 0.56% | - |
| HSV(B) | 287.03º | 0.68% | 0.85% | - |
| XYZ | 35.09 | 19.88 | 68.32 | - |
| YUV | 121.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 218 | 0.15 | 0.68 | 0 | 0.15 | 287.03 | 0.67 | 0.56 |
| Hex | BA | 46 | DA | F | 44 | 0 | F | 11F | 43 | 38 |
| Octal | 272 | 106 | 332 | 17 | 104 | 0 | 17 | 437 | 103 | 70 |
| Binary | 10111010 | 1000110 | 11011010 | 1111 | 1000100 | 0 | 1111 | 100011111 | 1000011 | 111000 |
Color Harmonies of #BA46DA
Complementary color
Monochromatic Colors of #BA46DA
Black with #BA46DA
Text Example
Text Example
White with #BA46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46DA; }
p { color: rgb(186,70,218); }
H1.HeaderClassName
{
color: #BA46DA;
}
.AnyTagClassName
{
color: #BA46DA;
}
</style>
background-color css
<style>
a { background-color: #BA46DA; }
a { background-color: rgb(186,70,218); }
div.DivClassName
{
background-color: #BA46DA;
}
.BgClassName
{
background-color: #BA46DA;
}
</style>
border-color css
<style>
span { border-color: #BA46DA; }
span { border-color: rgb(186,70,218); }
td.TdClassName
{
border-color: #BA46DA;
}
.TagClassName
{
border-color: #BA46DA;
}
</style>