Shades of Medium Orchid #BA5CFD
Tints of Medium Orchid #BA5CFD
RGB
CMYK
RGB Variations
Color information
#BA5CFD (or 0xBA5CFD) is known color: Medium Orchid. HEX triplet: BA, 5C and FD. RGB value is (186,92,253). Sum of RGB (Red+Green+Blue) = 186+92+253=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CFD is #45A302. Grayscale: #898989. Windows color (decimal): -4563715 or 16604346. OLE color: 16604346.
HSL color Cylindrical-coordinate representation of color #BA5CFD: hue angle of 275.03º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5CFD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 92 | 253 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.01 |
| HSL | 275.03º | 0.98% | 0.68% | - |
| HSV(B) | 275.03º | 0.64% | 0.99% | - |
| XYZ | 41.81 | 25.19 | 95.59 | - |
| YUV | 138.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 253 | 0.26 | 0.64 | 0 | 0.01 | 275.03 | 0.98 | 0.68 |
| Hex | BA | 5C | FD | 1A | 40 | 0 | 1 | 113 | 62 | 44 |
| Octal | 272 | 134 | 375 | 32 | 100 | 0 | 1 | 423 | 142 | 104 |
| Binary | 10111010 | 1011100 | 11111101 | 11010 | 1000000 | 0 | 1 | 100010011 | 1100010 | 1000100 |
Color Harmonies of #BA5CFD
Complementary color
Monochromatic Colors of #BA5CFD
Black with #BA5CFD
Text Example
Text Example
White with #BA5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CFD; }
p { color: rgb(186,92,253); }
H1.HeaderClassName
{
color: #BA5CFD;
}
.AnyTagClassName
{
color: #BA5CFD;
}
</style>
background-color css
<style>
a { background-color: #BA5CFD; }
a { background-color: rgb(186,92,253); }
div.DivClassName
{
background-color: #BA5CFD;
}
.BgClassName
{
background-color: #BA5CFD;
}
</style>
border-color css
<style>
span { border-color: #BA5CFD; }
span { border-color: rgb(186,92,253); }
td.TdClassName
{
border-color: #BA5CFD;
}
.TagClassName
{
border-color: #BA5CFD;
}
</style>