Shades of Medium Orchid #BA45FD
Tints of Medium Orchid #BA45FD
RGB
CMYK
RGB Variations
Color information
#BA45FD (or 0xBA45FD) is known color: Medium Orchid. HEX triplet: BA, 45 and FD. RGB value is (186,69,253). Sum of RGB (Red+Green+Blue) = 186+69+253=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45FD is #45BA02. Grayscale: #7C7C7C. Windows color (decimal): -4569603 or 16598458. OLE color: 16598458.
HSL color Cylindrical-coordinate representation of color #BA45FD: hue angle of 278.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA45FD is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 69 | 253 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.01 |
| HSL | 278.15º | 0.98% | 0.63% | - |
| HSV(B) | 278.15º | 0.73% | 0.99% | - |
| XYZ | 40.11 | 21.79 | 95.02 | - |
| YUV | 124.96 | 200.26 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 253 | 0.26 | 0.73 | 0 | 0.01 | 278.15 | 0.98 | 0.63 |
| Hex | BA | 45 | FD | 1A | 49 | 0 | 1 | 116 | 62 | 3F |
| Octal | 272 | 105 | 375 | 32 | 111 | 0 | 1 | 426 | 142 | 77 |
| Binary | 10111010 | 1000101 | 11111101 | 11010 | 1001001 | 0 | 1 | 100010110 | 1100010 | 111111 |
Color Harmonies of #BA45FD
Complementary color
Monochromatic Colors of #BA45FD
Black with #BA45FD
Text Example
Text Example
White with #BA45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45FD; }
p { color: rgb(186,69,253); }
H1.HeaderClassName
{
color: #BA45FD;
}
.AnyTagClassName
{
color: #BA45FD;
}
</style>
background-color css
<style>
a { background-color: #BA45FD; }
a { background-color: rgb(186,69,253); }
div.DivClassName
{
background-color: #BA45FD;
}
.BgClassName
{
background-color: #BA45FD;
}
</style>
border-color css
<style>
span { border-color: #BA45FD; }
span { border-color: rgb(186,69,253); }
td.TdClassName
{
border-color: #BA45FD;
}
.TagClassName
{
border-color: #BA45FD;
}
</style>