Shades of Medium Orchid #BA33DF
Tints of Medium Orchid #BA33DF
RGB
CMYK
RGB Variations
Color information
#BA33DF (or 0xBA33DF) is known color: Medium Orchid. HEX triplet: BA, 33 and DF. RGB value is (186,51,223). Sum of RGB (Red+Green+Blue) = 186+51+223=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33DF is #45CC20. Grayscale: #6E6E6E. Windows color (decimal): -4574241 or 14627770. OLE color: 14627770.
HSL color Cylindrical-coordinate representation of color #BA33DF: hue angle of 287.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA33DF is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 51 | 223 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.13 |
| HSL | 287.09º | 0.73% | 0.54% | - |
| HSV(B) | 287.09º | 0.77% | 0.87% | - |
| XYZ | 34.75 | 18.13 | 71.48 | - |
| YUV | 110.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 223 | 0.17 | 0.77 | 0 | 0.13 | 287.09 | 0.73 | 0.54 |
| Hex | BA | 33 | DF | 11 | 4D | 0 | D | 11F | 49 | 36 |
| Octal | 272 | 63 | 337 | 21 | 115 | 0 | 15 | 437 | 111 | 66 |
| Binary | 10111010 | 110011 | 11011111 | 10001 | 1001101 | 0 | 1101 | 100011111 | 1001001 | 110110 |
Color Harmonies of #BA33DF
Complementary color
Monochromatic Colors of #BA33DF
Black with #BA33DF
Text Example
Text Example
White with #BA33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33DF; }
p { color: rgb(186,51,223); }
H1.HeaderClassName
{
color: #BA33DF;
}
.AnyTagClassName
{
color: #BA33DF;
}
</style>
background-color css
<style>
a { background-color: #BA33DF; }
a { background-color: rgb(186,51,223); }
div.DivClassName
{
background-color: #BA33DF;
}
.BgClassName
{
background-color: #BA33DF;
}
</style>
border-color css
<style>
span { border-color: #BA33DF; }
span { border-color: rgb(186,51,223); }
td.TdClassName
{
border-color: #BA33DF;
}
.TagClassName
{
border-color: #BA33DF;
}
</style>