Shades of Medium Orchid #BA51FE
Tints of Medium Orchid #BA51FE
RGB
CMYK
RGB Variations
Color information
#BA51FE (or 0xBA51FE) is known color: Medium Orchid. HEX triplet: BA, 51 and FE. RGB value is (186,81,254). Sum of RGB (Red+Green+Blue) = 186+81+254=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA51FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51FE is #45AE01. Grayscale: #838383. Windows color (decimal): -4566530 or 16667066. OLE color: 16667066.
HSL color Cylindrical-coordinate representation of color #BA51FE: hue angle of 276.42º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA51FE is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 81 | 254 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.00 |
| HSL | 276.42º | 0.99% | 0.66% | - |
| HSV(B) | 276.42º | 0.68% | 1% | - |
| XYZ | 41.08 | 23.48 | 96.13 | - |
| YUV | 132.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 254 | 0.27 | 0.68 | 0 | 0.00 | 276.42 | 0.99 | 0.66 |
| Hex | BA | 51 | FE | 1B | 44 | 0 | 0 | 114 | 63 | 42 |
| Octal | 272 | 121 | 376 | 33 | 104 | 0 | 0 | 424 | 143 | 102 |
| Binary | 10111010 | 1010001 | 11111110 | 11011 | 1000100 | 0 | 0 | 100010100 | 1100011 | 1000010 |
Color Harmonies of #BA51FE
Complementary color
Monochromatic Colors of #BA51FE
Black with #BA51FE
Text Example
Text Example
White with #BA51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51FE; }
p { color: rgb(186,81,254); }
H1.HeaderClassName
{
color: #BA51FE;
}
.AnyTagClassName
{
color: #BA51FE;
}
</style>
background-color css
<style>
a { background-color: #BA51FE; }
a { background-color: rgb(186,81,254); }
div.DivClassName
{
background-color: #BA51FE;
}
.BgClassName
{
background-color: #BA51FE;
}
</style>
border-color css
<style>
span { border-color: #BA51FE; }
span { border-color: rgb(186,81,254); }
td.TdClassName
{
border-color: #BA51FE;
}
.TagClassName
{
border-color: #BA51FE;
}
</style>