Shades of Medium Orchid #BA35F8
Tints of Medium Orchid #BA35F8
RGB
CMYK
RGB Variations
Color information
#BA35F8 (or 0xBA35F8) is known color: Medium Orchid. HEX triplet: BA, 35 and F8. RGB value is (186,53,248). Sum of RGB (Red+Green+Blue) = 186+53+248=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 53 (21.09% from 255 or 10.88% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA35F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F8 is #45CA07. Grayscale: #727272. Windows color (decimal): -4573704 or 16266682. OLE color: 16266682.
HSL color Cylindrical-coordinate representation of color #BA35F8: hue angle of 280.92º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA35F8 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 53 | 248 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.03 |
| HSL | 280.92º | 0.93% | 0.59% | - |
| HSV(B) | 280.92º | 0.79% | 0.97% | - |
| XYZ | 38.47 | 19.76 | 90.59 | - |
| YUV | 115 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 248 | 0.25 | 0.79 | 0 | 0.03 | 280.92 | 0.93 | 0.59 |
| Hex | BA | 35 | F8 | 19 | 4F | 0 | 3 | 119 | 5D | 3B |
| Octal | 272 | 65 | 370 | 31 | 117 | 0 | 3 | 431 | 135 | 73 |
| Binary | 10111010 | 110101 | 11111000 | 11001 | 1001111 | 0 | 11 | 100011001 | 1011101 | 111011 |
Color Harmonies of #BA35F8
Complementary color
Monochromatic Colors of #BA35F8
Black with #BA35F8
Text Example
Text Example
White with #BA35F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35F8; }
p { color: rgb(186,53,248); }
H1.HeaderClassName
{
color: #BA35F8;
}
.AnyTagClassName
{
color: #BA35F8;
}
</style>
background-color css
<style>
a { background-color: #BA35F8; }
a { background-color: rgb(186,53,248); }
div.DivClassName
{
background-color: #BA35F8;
}
.BgClassName
{
background-color: #BA35F8;
}
</style>
border-color css
<style>
span { border-color: #BA35F8; }
span { border-color: rgb(186,53,248); }
td.TdClassName
{
border-color: #BA35F8;
}
.TagClassName
{
border-color: #BA35F8;
}
</style>