Shades of Medium Orchid #BA59FD
Tints of Medium Orchid #BA59FD
RGB
CMYK
RGB Variations
Color information
#BA59FD (or 0xBA59FD) is known color: Medium Orchid. HEX triplet: BA, 59 and FD. RGB value is (186,89,253). Sum of RGB (Red+Green+Blue) = 186+89+253=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA59FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59FD is #45A602. Grayscale: #888888. Windows color (decimal): -4564483 or 16603578. OLE color: 16603578.
HSL color Cylindrical-coordinate representation of color #BA59FD: hue angle of 275.49º 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 #BA59FD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 89 | 253 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.01 |
| HSL | 275.49º | 0.98% | 0.67% | - |
| HSV(B) | 275.49º | 0.65% | 0.99% | - |
| XYZ | 41.55 | 24.68 | 95.5 | - |
| YUV | 136.7 | 193.64 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 253 | 0.26 | 0.65 | 0 | 0.01 | 275.49 | 0.98 | 0.67 |
| Hex | BA | 59 | FD | 1A | 41 | 0 | 1 | 113 | 62 | 43 |
| Octal | 272 | 131 | 375 | 32 | 101 | 0 | 1 | 423 | 142 | 103 |
| Binary | 10111010 | 1011001 | 11111101 | 11010 | 1000001 | 0 | 1 | 100010011 | 1100010 | 1000011 |
Color Harmonies of #BA59FD
Complementary color
Monochromatic Colors of #BA59FD
Black with #BA59FD
Text Example
Text Example
White with #BA59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59FD; }
p { color: rgb(186,89,253); }
H1.HeaderClassName
{
color: #BA59FD;
}
.AnyTagClassName
{
color: #BA59FD;
}
</style>
background-color css
<style>
a { background-color: #BA59FD; }
a { background-color: rgb(186,89,253); }
div.DivClassName
{
background-color: #BA59FD;
}
.BgClassName
{
background-color: #BA59FD;
}
</style>
border-color css
<style>
span { border-color: #BA59FD; }
span { border-color: rgb(186,89,253); }
td.TdClassName
{
border-color: #BA59FD;
}
.TagClassName
{
border-color: #BA59FD;
}
</style>