Shades of Medium Orchid #BA56FD
Tints of Medium Orchid #BA56FD
RGB
CMYK
RGB Variations
Color information
#BA56FD (or 0xBA56FD) is known color: Medium Orchid. HEX triplet: BA, 56 and FD. RGB value is (186,86,253). Sum of RGB (Red+Green+Blue) = 186+86+253=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 86 (33.98% from 255 or 16.38% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA56FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA56FD is #45A902. Grayscale: #868686. Windows color (decimal): -4565251 or 16602810. OLE color: 16602810.
HSL color Cylindrical-coordinate representation of color #BA56FD: hue angle of 275.93º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA56FD is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 86 | 253 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.01 |
| HSL | 275.93º | 0.98% | 0.66% | - |
| HSV(B) | 275.93º | 0.66% | 0.99% | - |
| XYZ | 41.31 | 24.19 | 95.42 | - |
| YUV | 134.94 | 194.63 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 253 | 0.26 | 0.66 | 0 | 0.01 | 275.93 | 0.98 | 0.66 |
| Hex | BA | 56 | FD | 1A | 42 | 0 | 1 | 114 | 62 | 42 |
| Octal | 272 | 126 | 375 | 32 | 102 | 0 | 1 | 424 | 142 | 102 |
| Binary | 10111010 | 1010110 | 11111101 | 11010 | 1000010 | 0 | 1 | 100010100 | 1100010 | 1000010 |
Color Harmonies of #BA56FD
Complementary color
Monochromatic Colors of #BA56FD
Black with #BA56FD
Text Example
Text Example
White with #BA56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56FD; }
p { color: rgb(186,86,253); }
H1.HeaderClassName
{
color: #BA56FD;
}
.AnyTagClassName
{
color: #BA56FD;
}
</style>
background-color css
<style>
a { background-color: #BA56FD; }
a { background-color: rgb(186,86,253); }
div.DivClassName
{
background-color: #BA56FD;
}
.BgClassName
{
background-color: #BA56FD;
}
</style>
border-color css
<style>
span { border-color: #BA56FD; }
span { border-color: rgb(186,86,253); }
td.TdClassName
{
border-color: #BA56FD;
}
.TagClassName
{
border-color: #BA56FD;
}
</style>