Shades of Medium Orchid #BA58FC
Tints of Medium Orchid #BA58FC
RGB
CMYK
RGB Variations
Color information
#BA58FC (or 0xBA58FC) is known color: Medium Orchid. HEX triplet: BA, 58 and FC. RGB value is (186,88,252). Sum of RGB (Red+Green+Blue) = 186+88+252=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58FC is #45A703. Grayscale: #878787. Windows color (decimal): -4564740 or 16537786. OLE color: 16537786.
HSL color Cylindrical-coordinate representation of color #BA58FC: hue angle of 275.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA58FC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 88 | 252 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.01 |
| HSL | 275.85º | 0.96% | 0.67% | - |
| HSV(B) | 275.85º | 0.65% | 0.99% | - |
| XYZ | 41.31 | 24.45 | 94.64 | - |
| YUV | 136 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 252 | 0.26 | 0.65 | 0 | 0.01 | 275.85 | 0.96 | 0.67 |
| Hex | BA | 58 | FC | 1A | 41 | 0 | 1 | 114 | 60 | 43 |
| Octal | 272 | 130 | 374 | 32 | 101 | 0 | 1 | 424 | 140 | 103 |
| Binary | 10111010 | 1011000 | 11111100 | 11010 | 1000001 | 0 | 1 | 100010100 | 1100000 | 1000011 |
Color Harmonies of #BA58FC
Complementary color
Monochromatic Colors of #BA58FC
Black with #BA58FC
Text Example
Text Example
White with #BA58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58FC; }
p { color: rgb(186,88,252); }
H1.HeaderClassName
{
color: #BA58FC;
}
.AnyTagClassName
{
color: #BA58FC;
}
</style>
background-color css
<style>
a { background-color: #BA58FC; }
a { background-color: rgb(186,88,252); }
div.DivClassName
{
background-color: #BA58FC;
}
.BgClassName
{
background-color: #BA58FC;
}
</style>
border-color css
<style>
span { border-color: #BA58FC; }
span { border-color: rgb(186,88,252); }
td.TdClassName
{
border-color: #BA58FC;
}
.TagClassName
{
border-color: #BA58FC;
}
</style>