Shades of Medium Orchid #BA5DFC
Tints of Medium Orchid #BA5DFC
RGB
CMYK
RGB Variations
Color information
#BA5DFC (or 0xBA5DFC) is known color: Medium Orchid. HEX triplet: BA, 5D and FC. RGB value is (186,93,252). Sum of RGB (Red+Green+Blue) = 186+93+252=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFC is #45A203. Grayscale: #8A8A8A. Windows color (decimal): -4563460 or 16539066. OLE color: 16539066.
HSL color Cylindrical-coordinate representation of color #BA5DFC: hue angle of 275.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5DFC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 93 | 252 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.01 |
| HSL | 275.09º | 0.96% | 0.68% | - |
| HSV(B) | 275.09º | 0.63% | 0.99% | - |
| XYZ | 41.73 | 25.3 | 94.78 | - |
| YUV | 138.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 252 | 0.26 | 0.63 | 0 | 0.01 | 275.09 | 0.96 | 0.68 |
| Hex | BA | 5D | FC | 1A | 3F | 0 | 1 | 113 | 60 | 44 |
| Octal | 272 | 135 | 374 | 32 | 77 | 0 | 1 | 423 | 140 | 104 |
| Binary | 10111010 | 1011101 | 11111100 | 11010 | 111111 | 0 | 1 | 100010011 | 1100000 | 1000100 |
Color Harmonies of #BA5DFC
Complementary color
Monochromatic Colors of #BA5DFC
Black with #BA5DFC
Text Example
Text Example
White with #BA5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DFC; }
p { color: rgb(186,93,252); }
H1.HeaderClassName
{
color: #BA5DFC;
}
.AnyTagClassName
{
color: #BA5DFC;
}
</style>
background-color css
<style>
a { background-color: #BA5DFC; }
a { background-color: rgb(186,93,252); }
div.DivClassName
{
background-color: #BA5DFC;
}
.BgClassName
{
background-color: #BA5DFC;
}
</style>
border-color css
<style>
span { border-color: #BA5DFC; }
span { border-color: rgb(186,93,252); }
td.TdClassName
{
border-color: #BA5DFC;
}
.TagClassName
{
border-color: #BA5DFC;
}
</style>