Shades of Medium Orchid #BA53FE
Tints of Medium Orchid #BA53FE
RGB
CMYK
RGB Variations
Color information
#BA53FE (or 0xBA53FE) is known color: Medium Orchid. HEX triplet: BA, 53 and FE. RGB value is (186,83,254). Sum of RGB (Red+Green+Blue) = 186+83+254=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53FE is #45AC01. Grayscale: #848484. Windows color (decimal): -4566018 or 16667578. OLE color: 16667578.
HSL color Cylindrical-coordinate representation of color #BA53FE: hue angle of 276.14º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA53FE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 83 | 254 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.00 |
| HSL | 276.14º | 0.99% | 0.66% | - |
| HSV(B) | 276.14º | 0.67% | 1% | - |
| XYZ | 41.23 | 23.78 | 96.18 | - |
| YUV | 133.29 | 196.12 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 254 | 0.27 | 0.67 | 0 | 0.00 | 276.14 | 0.99 | 0.66 |
| Hex | BA | 53 | FE | 1B | 43 | 0 | 0 | 114 | 63 | 42 |
| Octal | 272 | 123 | 376 | 33 | 103 | 0 | 0 | 424 | 143 | 102 |
| Binary | 10111010 | 1010011 | 11111110 | 11011 | 1000011 | 0 | 0 | 100010100 | 1100011 | 1000010 |
Color Harmonies of #BA53FE
Complementary color
Monochromatic Colors of #BA53FE
Black with #BA53FE
Text Example
Text Example
White with #BA53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53FE; }
p { color: rgb(186,83,254); }
H1.HeaderClassName
{
color: #BA53FE;
}
.AnyTagClassName
{
color: #BA53FE;
}
</style>
background-color css
<style>
a { background-color: #BA53FE; }
a { background-color: rgb(186,83,254); }
div.DivClassName
{
background-color: #BA53FE;
}
.BgClassName
{
background-color: #BA53FE;
}
</style>
border-color css
<style>
span { border-color: #BA53FE; }
span { border-color: rgb(186,83,254); }
td.TdClassName
{
border-color: #BA53FE;
}
.TagClassName
{
border-color: #BA53FE;
}
</style>