Shades of Medium Orchid #BA35FC
Tints of Medium Orchid #BA35FC
RGB
CMYK
RGB Variations
Color information
#BA35FC (or 0xBA35FC) is known color: Medium Orchid. HEX triplet: BA, 35 and FC. RGB value is (186,53,252). Sum of RGB (Red+Green+Blue) = 186+53+252=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA35FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35FC is #45CA03. Grayscale: #727272. Windows color (decimal): -4573700 or 16528826. OLE color: 16528826.
HSL color Cylindrical-coordinate representation of color #BA35FC: hue angle of 280.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA35FC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 53 | 252 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.01 |
| HSL | 280.1º | 0.97% | 0.6% | - |
| HSV(B) | 280.1º | 0.79% | 0.99% | - |
| XYZ | 39.09 | 20.01 | 93.9 | - |
| YUV | 115.45 | 205.06 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 252 | 0.26 | 0.79 | 0 | 0.01 | 280.1 | 0.97 | 0.6 |
| Hex | BA | 35 | FC | 1A | 4F | 0 | 1 | 118 | 61 | 3C |
| Octal | 272 | 65 | 374 | 32 | 117 | 0 | 1 | 430 | 141 | 74 |
| Binary | 10111010 | 110101 | 11111100 | 11010 | 1001111 | 0 | 1 | 100011000 | 1100001 | 111100 |
Color Harmonies of #BA35FC
Complementary color
Monochromatic Colors of #BA35FC
Black with #BA35FC
Text Example
Text Example
White with #BA35FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35FC; }
p { color: rgb(186,53,252); }
H1.HeaderClassName
{
color: #BA35FC;
}
.AnyTagClassName
{
color: #BA35FC;
}
</style>
background-color css
<style>
a { background-color: #BA35FC; }
a { background-color: rgb(186,53,252); }
div.DivClassName
{
background-color: #BA35FC;
}
.BgClassName
{
background-color: #BA35FC;
}
</style>
border-color css
<style>
span { border-color: #BA35FC; }
span { border-color: rgb(186,53,252); }
td.TdClassName
{
border-color: #BA35FC;
}
.TagClassName
{
border-color: #BA35FC;
}
</style>