Shades of Medium Orchid #BA45CF
Tints of Medium Orchid #BA45CF
RGB
CMYK
RGB Variations
Color information
#BA45CF (or 0xBA45CF) is known color: Medium Orchid. HEX triplet: BA, 45 and CF. RGB value is (186,69,207). Sum of RGB (Red+Green+Blue) = 186+69+207=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA45CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45CF is #45BA30. Grayscale: #777777. Windows color (decimal): -4569649 or 13583802. OLE color: 13583802.
HSL color Cylindrical-coordinate representation of color #BA45CF: hue angle of 290.87º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA45CF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 69 | 207 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.19 |
| HSL | 290.87º | 0.59% | 0.54% | - |
| HSV(B) | 290.87º | 0.67% | 0.81% | - |
| XYZ | 33.64 | 19.2 | 60.96 | - |
| YUV | 119.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 207 | 0.10 | 0.67 | 0 | 0.19 | 290.87 | 0.59 | 0.54 |
| Hex | BA | 45 | CF | A | 43 | 0 | 13 | 123 | 3B | 36 |
| Octal | 272 | 105 | 317 | 12 | 103 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111010 | 1000101 | 11001111 | 1010 | 1000011 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #BA45CF
Complementary color
Monochromatic Colors of #BA45CF
Black with #BA45CF
Text Example
Text Example
White with #BA45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45CF; }
p { color: rgb(186,69,207); }
H1.HeaderClassName
{
color: #BA45CF;
}
.AnyTagClassName
{
color: #BA45CF;
}
</style>
background-color css
<style>
a { background-color: #BA45CF; }
a { background-color: rgb(186,69,207); }
div.DivClassName
{
background-color: #BA45CF;
}
.BgClassName
{
background-color: #BA45CF;
}
</style>
border-color css
<style>
span { border-color: #BA45CF; }
span { border-color: rgb(186,69,207); }
td.TdClassName
{
border-color: #BA45CF;
}
.TagClassName
{
border-color: #BA45CF;
}
</style>