Shades of Medium Orchid #BA70E8
Tints of Medium Orchid #BA70E8
RGB
CMYK
RGB Variations
Color information
#BA70E8 (or 0xBA70E8) is known color: Medium Orchid. HEX triplet: BA, 70 and E8. RGB value is (186,112,232). Sum of RGB (Red+Green+Blue) = 186+112+232=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA70E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70E8 is #458F17. Grayscale: #939393. Windows color (decimal): -4558616 or 15233210. OLE color: 15233210.
HSL color Cylindrical-coordinate representation of color #BA70E8: hue angle of 277º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA70E8 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 112 | 232 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.09 |
| HSL | 277º | 0.72% | 0.67% | - |
| HSV(B) | 277º | 0.52% | 0.91% | - |
| XYZ | 40.61 | 27.85 | 79.58 | - |
| YUV | 147.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 232 | 0.20 | 0.52 | 0 | 0.09 | 277 | 0.72 | 0.67 |
| Hex | BA | 70 | E8 | 14 | 34 | 0 | 9 | 115 | 48 | 43 |
| Octal | 272 | 160 | 350 | 24 | 64 | 0 | 11 | 425 | 110 | 103 |
| Binary | 10111010 | 1110000 | 11101000 | 10100 | 110100 | 0 | 1001 | 100010101 | 1001000 | 1000011 |
Color Harmonies of #BA70E8
Complementary color
Monochromatic Colors of #BA70E8
Black with #BA70E8
Text Example
Text Example
White with #BA70E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70E8; }
p { color: rgb(186,112,232); }
H1.HeaderClassName
{
color: #BA70E8;
}
.AnyTagClassName
{
color: #BA70E8;
}
</style>
background-color css
<style>
a { background-color: #BA70E8; }
a { background-color: rgb(186,112,232); }
div.DivClassName
{
background-color: #BA70E8;
}
.BgClassName
{
background-color: #BA70E8;
}
</style>
border-color css
<style>
span { border-color: #BA70E8; }
span { border-color: rgb(186,112,232); }
td.TdClassName
{
border-color: #BA70E8;
}
.TagClassName
{
border-color: #BA70E8;
}
</style>