Shades of Medium Orchid #BA59FC
Tints of Medium Orchid #BA59FC
RGB
CMYK
RGB Variations
Color information
#BA59FC (or 0xBA59FC) is known color: Medium Orchid. HEX triplet: BA, 59 and FC. RGB value is (186,89,252). Sum of RGB (Red+Green+Blue) = 186+89+252=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59FC is #45A603. Grayscale: #888888. Windows color (decimal): -4564484 or 16538042. OLE color: 16538042.
HSL color Cylindrical-coordinate representation of color #BA59FC: hue angle of 275.71º 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 #BA59FC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 89 | 252 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.01 |
| HSL | 275.71º | 0.96% | 0.67% | - |
| HSV(B) | 275.71º | 0.65% | 0.99% | - |
| XYZ | 41.39 | 24.61 | 94.66 | - |
| YUV | 136.59 | 193.14 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 252 | 0.26 | 0.65 | 0 | 0.01 | 275.71 | 0.96 | 0.67 |
| Hex | BA | 59 | FC | 1A | 41 | 0 | 1 | 114 | 60 | 43 |
| Octal | 272 | 131 | 374 | 32 | 101 | 0 | 1 | 424 | 140 | 103 |
| Binary | 10111010 | 1011001 | 11111100 | 11010 | 1000001 | 0 | 1 | 100010100 | 1100000 | 1000011 |
Color Harmonies of #BA59FC
Complementary color
Monochromatic Colors of #BA59FC
Black with #BA59FC
Text Example
Text Example
White with #BA59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59FC; }
p { color: rgb(186,89,252); }
H1.HeaderClassName
{
color: #BA59FC;
}
.AnyTagClassName
{
color: #BA59FC;
}
</style>
background-color css
<style>
a { background-color: #BA59FC; }
a { background-color: rgb(186,89,252); }
div.DivClassName
{
background-color: #BA59FC;
}
.BgClassName
{
background-color: #BA59FC;
}
</style>
border-color css
<style>
span { border-color: #BA59FC; }
span { border-color: rgb(186,89,252); }
td.TdClassName
{
border-color: #BA59FC;
}
.TagClassName
{
border-color: #BA59FC;
}
</style>