Shades of Medium Orchid #BA59F8
Tints of Medium Orchid #BA59F8
RGB
CMYK
RGB Variations
Color information
#BA59F8 (or 0xBA59F8) is known color: Medium Orchid. HEX triplet: BA, 59 and F8. RGB value is (186,89,248). Sum of RGB (Red+Green+Blue) = 186+89+248=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA59F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59F8 is #45A607. Grayscale: #878787. Windows color (decimal): -4564488 or 16275898. OLE color: 16275898.
HSL color Cylindrical-coordinate representation of color #BA59F8: hue angle of 276.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA59F8 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 89 | 248 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.03 |
| HSL | 276.6º | 0.92% | 0.66% | - |
| HSV(B) | 276.6º | 0.64% | 0.97% | - |
| XYZ | 40.77 | 24.36 | 91.36 | - |
| YUV | 136.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 248 | 0.25 | 0.64 | 0 | 0.03 | 276.6 | 0.92 | 0.66 |
| Hex | BA | 59 | F8 | 19 | 40 | 0 | 3 | 115 | 5C | 42 |
| Octal | 272 | 131 | 370 | 31 | 100 | 0 | 3 | 425 | 134 | 102 |
| Binary | 10111010 | 1011001 | 11111000 | 11001 | 1000000 | 0 | 11 | 100010101 | 1011100 | 1000010 |
Color Harmonies of #BA59F8
Complementary color
Monochromatic Colors of #BA59F8
Black with #BA59F8
Text Example
Text Example
White with #BA59F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59F8; }
p { color: rgb(186,89,248); }
H1.HeaderClassName
{
color: #BA59F8;
}
.AnyTagClassName
{
color: #BA59F8;
}
</style>
background-color css
<style>
a { background-color: #BA59F8; }
a { background-color: rgb(186,89,248); }
div.DivClassName
{
background-color: #BA59F8;
}
.BgClassName
{
background-color: #BA59F8;
}
</style>
border-color css
<style>
span { border-color: #BA59F8; }
span { border-color: rgb(186,89,248); }
td.TdClassName
{
border-color: #BA59F8;
}
.TagClassName
{
border-color: #BA59F8;
}
</style>