Shades of Medium Orchid #BA70DF
Tints of Medium Orchid #BA70DF
RGB
CMYK
RGB Variations
Color information
#BA70DF (or 0xBA70DF) is known color: Medium Orchid. HEX triplet: BA, 70 and DF. RGB value is (186,112,223). Sum of RGB (Red+Green+Blue) = 186+112+223=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70DF is #458F20. Grayscale: #929292. Windows color (decimal): -4558625 or 14643386. OLE color: 14643386.
HSL color Cylindrical-coordinate representation of color #BA70DF: hue angle of 280º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA70DF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 112 | 223 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 280º | 0.63% | 0.66% | - |
| HSV(B) | 280º | 0.5% | 0.87% | - |
| XYZ | 39.36 | 27.36 | 73.02 | - |
| YUV | 146.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 223 | 0.17 | 0.50 | 0 | 0.13 | 280 | 0.63 | 0.66 |
| Hex | BA | 70 | DF | 11 | 32 | 0 | D | 118 | 3F | 42 |
| Octal | 272 | 160 | 337 | 21 | 62 | 0 | 15 | 430 | 77 | 102 |
| Binary | 10111010 | 1110000 | 11011111 | 10001 | 110010 | 0 | 1101 | 100011000 | 111111 | 1000010 |
Color Harmonies of #BA70DF
Complementary color
Monochromatic Colors of #BA70DF
Black with #BA70DF
Text Example
Text Example
White with #BA70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70DF; }
p { color: rgb(186,112,223); }
H1.HeaderClassName
{
color: #BA70DF;
}
.AnyTagClassName
{
color: #BA70DF;
}
</style>
background-color css
<style>
a { background-color: #BA70DF; }
a { background-color: rgb(186,112,223); }
div.DivClassName
{
background-color: #BA70DF;
}
.BgClassName
{
background-color: #BA70DF;
}
</style>
border-color css
<style>
span { border-color: #BA70DF; }
span { border-color: rgb(186,112,223); }
td.TdClassName
{
border-color: #BA70DF;
}
.TagClassName
{
border-color: #BA70DF;
}
</style>