Shades of Medium Orchid #BA45FA
Tints of Medium Orchid #BA45FA
RGB
CMYK
RGB Variations
Color information
#BA45FA (or 0xBA45FA) is known color: Medium Orchid. HEX triplet: BA, 45 and FA. RGB value is (186,69,250). Sum of RGB (Red+Green+Blue) = 186+69+250=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA45FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45FA is #45BA05. Grayscale: #7C7C7C. Windows color (decimal): -4569606 or 16401850. OLE color: 16401850.
HSL color Cylindrical-coordinate representation of color #BA45FA: hue angle of 278.78º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA45FA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 69 | 250 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.02 |
| HSL | 278.78º | 0.95% | 0.63% | - |
| HSV(B) | 278.78º | 0.72% | 0.98% | - |
| XYZ | 39.63 | 21.6 | 92.52 | - |
| YUV | 124.62 | 198.76 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 250 | 0.26 | 0.72 | 0 | 0.02 | 278.78 | 0.95 | 0.63 |
| Hex | BA | 45 | FA | 1A | 48 | 0 | 2 | 117 | 5F | 3F |
| Octal | 272 | 105 | 372 | 32 | 110 | 0 | 2 | 427 | 137 | 77 |
| Binary | 10111010 | 1000101 | 11111010 | 11010 | 1001000 | 0 | 10 | 100010111 | 1011111 | 111111 |
Color Harmonies of #BA45FA
Complementary color
Monochromatic Colors of #BA45FA
Black with #BA45FA
Text Example
Text Example
White with #BA45FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45FA; }
p { color: rgb(186,69,250); }
H1.HeaderClassName
{
color: #BA45FA;
}
.AnyTagClassName
{
color: #BA45FA;
}
</style>
background-color css
<style>
a { background-color: #BA45FA; }
a { background-color: rgb(186,69,250); }
div.DivClassName
{
background-color: #BA45FA;
}
.BgClassName
{
background-color: #BA45FA;
}
</style>
border-color css
<style>
span { border-color: #BA45FA; }
span { border-color: rgb(186,69,250); }
td.TdClassName
{
border-color: #BA45FA;
}
.TagClassName
{
border-color: #BA45FA;
}
</style>