Shades of Medium Orchid #BA56FF
Tints of Medium Orchid #BA56FF
RGB
CMYK
RGB Variations
Color information
#BA56FF (or 0xBA56FF) is known color: Medium Orchid. HEX triplet: BA, 56 and FF. RGB value is (186,86,255). Sum of RGB (Red+Green+Blue) = 186+86+255=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56FF is #45A900. Grayscale: #868686. Windows color (decimal): -4565249 or 16733882. OLE color: 16733882.
HSL color Cylindrical-coordinate representation of color #BA56FF: hue angle of 275.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA56FF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 86 | 255 | - |
| CMYK | 0.27 | 0.66 | 0 | 0 |
| HSL | 275.5º | 1% | 0.67% | - |
| HSV(B) | 275.5º | 0.66% | 1% | - |
| XYZ | 41.63 | 24.31 | 97.11 | - |
| YUV | 135.17 | 195.63 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 255 | 0.27 | 0.66 | 0 | 0 | 275.5 | 1 | 0.67 |
| Hex | BA | 56 | FF | 1B | 42 | 0 | 0 | 114 | 64 | 43 |
| Octal | 272 | 126 | 377 | 33 | 102 | 0 | 0 | 424 | 144 | 103 |
| Binary | 10111010 | 1010110 | 11111111 | 11011 | 1000010 | 0 | 0 | 100010100 | 1100100 | 1000011 |
Color Harmonies of #BA56FF
Complementary color
Monochromatic Colors of #BA56FF
Black with #BA56FF
Text Example
Text Example
White with #BA56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56FF; }
p { color: rgb(186,86,255); }
H1.HeaderClassName
{
color: #BA56FF;
}
.AnyTagClassName
{
color: #BA56FF;
}
</style>
background-color css
<style>
a { background-color: #BA56FF; }
a { background-color: rgb(186,86,255); }
div.DivClassName
{
background-color: #BA56FF;
}
.BgClassName
{
background-color: #BA56FF;
}
</style>
border-color css
<style>
span { border-color: #BA56FF; }
span { border-color: rgb(186,86,255); }
td.TdClassName
{
border-color: #BA56FF;
}
.TagClassName
{
border-color: #BA56FF;
}
</style>