Shades of Medium Orchid #BA58FD
Tints of Medium Orchid #BA58FD
RGB
CMYK
RGB Variations
Color information
#BA58FD (or 0xBA58FD) is known color: Medium Orchid. HEX triplet: BA, 58 and FD. RGB value is (186,88,253). Sum of RGB (Red+Green+Blue) = 186+88+253=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA58FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58FD is #45A702. Grayscale: #878787. Windows color (decimal): -4564739 or 16603322. OLE color: 16603322.
HSL color Cylindrical-coordinate representation of color #BA58FD: hue angle of 275.64º degrees, saturation: 0.98, 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 #BA58FD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 88 | 253 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.01 |
| HSL | 275.64º | 0.98% | 0.67% | - |
| HSV(B) | 275.64º | 0.65% | 0.99% | - |
| XYZ | 41.47 | 24.51 | 95.47 | - |
| YUV | 136.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 253 | 0.26 | 0.65 | 0 | 0.01 | 275.64 | 0.98 | 0.67 |
| Hex | BA | 58 | FD | 1A | 41 | 0 | 1 | 114 | 62 | 43 |
| Octal | 272 | 130 | 375 | 32 | 101 | 0 | 1 | 424 | 142 | 103 |
| Binary | 10111010 | 1011000 | 11111101 | 11010 | 1000001 | 0 | 1 | 100010100 | 1100010 | 1000011 |
Color Harmonies of #BA58FD
Complementary color
Monochromatic Colors of #BA58FD
Black with #BA58FD
Text Example
Text Example
White with #BA58FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58FD; }
p { color: rgb(186,88,253); }
H1.HeaderClassName
{
color: #BA58FD;
}
.AnyTagClassName
{
color: #BA58FD;
}
</style>
background-color css
<style>
a { background-color: #BA58FD; }
a { background-color: rgb(186,88,253); }
div.DivClassName
{
background-color: #BA58FD;
}
.BgClassName
{
background-color: #BA58FD;
}
</style>
border-color css
<style>
span { border-color: #BA58FD; }
span { border-color: rgb(186,88,253); }
td.TdClassName
{
border-color: #BA58FD;
}
.TagClassName
{
border-color: #BA58FD;
}
</style>