Shades of Medium Orchid #BA33F3
Tints of Medium Orchid #BA33F3
RGB
CMYK
RGB Variations
Color information
#BA33F3 (or 0xBA33F3) is known color: Medium Orchid. HEX triplet: BA, 33 and F3. RGB value is (186,51,243). Sum of RGB (Red+Green+Blue) = 186+51+243=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA33F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F3 is #45CC0C. Grayscale: #707070. Windows color (decimal): -4574221 or 15938490. OLE color: 15938490.
HSL color Cylindrical-coordinate representation of color #BA33F3: hue angle of 282.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA33F3 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 51 | 243 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.05 |
| HSL | 282.19º | 0.89% | 0.58% | - |
| HSV(B) | 282.19º | 0.79% | 0.95% | - |
| XYZ | 37.61 | 19.28 | 86.53 | - |
| YUV | 113.25 | 201.23 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 243 | 0.23 | 0.79 | 0 | 0.05 | 282.19 | 0.89 | 0.58 |
| Hex | BA | 33 | F3 | 17 | 4F | 0 | 5 | 11A | 59 | 3A |
| Octal | 272 | 63 | 363 | 27 | 117 | 0 | 5 | 432 | 131 | 72 |
| Binary | 10111010 | 110011 | 11110011 | 10111 | 1001111 | 0 | 101 | 100011010 | 1011001 | 111010 |
Color Harmonies of #BA33F3
Complementary color
Monochromatic Colors of #BA33F3
Black with #BA33F3
Text Example
Text Example
White with #BA33F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33F3; }
p { color: rgb(186,51,243); }
H1.HeaderClassName
{
color: #BA33F3;
}
.AnyTagClassName
{
color: #BA33F3;
}
</style>
background-color css
<style>
a { background-color: #BA33F3; }
a { background-color: rgb(186,51,243); }
div.DivClassName
{
background-color: #BA33F3;
}
.BgClassName
{
background-color: #BA33F3;
}
</style>
border-color css
<style>
span { border-color: #BA33F3; }
span { border-color: rgb(186,51,243); }
td.TdClassName
{
border-color: #BA33F3;
}
.TagClassName
{
border-color: #BA33F3;
}
</style>