Shades of Medium Orchid #BA30DF
Tints of Medium Orchid #BA30DF
RGB
CMYK
RGB Variations
Color information
#BA30DF (or 0xBA30DF) is known color: Medium Orchid. HEX triplet: BA, 30 and DF. RGB value is (186,48,223). Sum of RGB (Red+Green+Blue) = 186+48+223=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30DF is #45CF20. Grayscale: #6C6C6C. Windows color (decimal): -4575009 or 14627002. OLE color: 14627002.
HSL color Cylindrical-coordinate representation of color #BA30DF: hue angle of 287.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA30DF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 48 | 223 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.13 |
| HSL | 287.31º | 0.73% | 0.53% | - |
| HSV(B) | 287.31º | 0.78% | 0.87% | - |
| XYZ | 34.63 | 17.88 | 71.44 | - |
| YUV | 109.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 223 | 0.17 | 0.78 | 0 | 0.13 | 287.31 | 0.73 | 0.53 |
| Hex | BA | 30 | DF | 11 | 4E | 0 | D | 11F | 49 | 35 |
| Octal | 272 | 60 | 337 | 21 | 116 | 0 | 15 | 437 | 111 | 65 |
| Binary | 10111010 | 110000 | 11011111 | 10001 | 1001110 | 0 | 1101 | 100011111 | 1001001 | 110101 |
Color Harmonies of #BA30DF
Complementary color
Monochromatic Colors of #BA30DF
Black with #BA30DF
Text Example
Text Example
White with #BA30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30DF; }
p { color: rgb(186,48,223); }
H1.HeaderClassName
{
color: #BA30DF;
}
.AnyTagClassName
{
color: #BA30DF;
}
</style>
background-color css
<style>
a { background-color: #BA30DF; }
a { background-color: rgb(186,48,223); }
div.DivClassName
{
background-color: #BA30DF;
}
.BgClassName
{
background-color: #BA30DF;
}
</style>
border-color css
<style>
span { border-color: #BA30DF; }
span { border-color: rgb(186,48,223); }
td.TdClassName
{
border-color: #BA30DF;
}
.TagClassName
{
border-color: #BA30DF;
}
</style>