Shades of Medium Orchid #BA5AFC
Tints of Medium Orchid #BA5AFC
RGB
CMYK
RGB Variations
Color information
#BA5AFC (or 0xBA5AFC) is known color: Medium Orchid. HEX triplet: BA, 5A and FC. RGB value is (186,90,252). Sum of RGB (Red+Green+Blue) = 186+90+252=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA5AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFC is #45A503. Grayscale: #888888. Windows color (decimal): -4564228 or 16538298. OLE color: 16538298.
HSL color Cylindrical-coordinate representation of color #BA5AFC: hue angle of 275.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5AFC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 90 | 252 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.01 |
| HSL | 275.56º | 0.96% | 0.67% | - |
| HSV(B) | 275.56º | 0.64% | 0.99% | - |
| XYZ | 41.48 | 24.78 | 94.69 | - |
| YUV | 137.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 252 | 0.26 | 0.64 | 0 | 0.01 | 275.56 | 0.96 | 0.67 |
| Hex | BA | 5A | FC | 1A | 40 | 0 | 1 | 114 | 60 | 43 |
| Octal | 272 | 132 | 374 | 32 | 100 | 0 | 1 | 424 | 140 | 103 |
| Binary | 10111010 | 1011010 | 11111100 | 11010 | 1000000 | 0 | 1 | 100010100 | 1100000 | 1000011 |
Color Harmonies of #BA5AFC
Complementary color
Monochromatic Colors of #BA5AFC
Black with #BA5AFC
Text Example
Text Example
White with #BA5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AFC; }
p { color: rgb(186,90,252); }
H1.HeaderClassName
{
color: #BA5AFC;
}
.AnyTagClassName
{
color: #BA5AFC;
}
</style>
background-color css
<style>
a { background-color: #BA5AFC; }
a { background-color: rgb(186,90,252); }
div.DivClassName
{
background-color: #BA5AFC;
}
.BgClassName
{
background-color: #BA5AFC;
}
</style>
border-color css
<style>
span { border-color: #BA5AFC; }
span { border-color: rgb(186,90,252); }
td.TdClassName
{
border-color: #BA5AFC;
}
.TagClassName
{
border-color: #BA5AFC;
}
</style>