Shades of Medium Orchid #BA33F5
Tints of Medium Orchid #BA33F5
RGB
CMYK
RGB Variations
Color information
#BA33F5 (or 0xBA33F5) is known color: Medium Orchid. HEX triplet: BA, 33 and F5. RGB value is (186,51,245). Sum of RGB (Red+Green+Blue) = 186+51+245=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA33F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F5 is #45CC0A. Grayscale: #707070. Windows color (decimal): -4574219 or 16069562. OLE color: 16069562.
HSL color Cylindrical-coordinate representation of color #BA33F5: hue angle of 281.75º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA33F5 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 51 | 245 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.04 |
| HSL | 281.75º | 0.91% | 0.58% | - |
| HSV(B) | 281.75º | 0.79% | 0.96% | - |
| XYZ | 37.91 | 19.4 | 88.13 | - |
| YUV | 113.48 | 202.23 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 245 | 0.24 | 0.79 | 0 | 0.04 | 281.75 | 0.91 | 0.58 |
| Hex | BA | 33 | F5 | 18 | 4F | 0 | 4 | 11A | 5B | 3A |
| Octal | 272 | 63 | 365 | 30 | 117 | 0 | 4 | 432 | 133 | 72 |
| Binary | 10111010 | 110011 | 11110101 | 11000 | 1001111 | 0 | 100 | 100011010 | 1011011 | 111010 |
Color Harmonies of #BA33F5
Complementary color
Monochromatic Colors of #BA33F5
Black with #BA33F5
Text Example
Text Example
White with #BA33F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33F5; }
p { color: rgb(186,51,245); }
H1.HeaderClassName
{
color: #BA33F5;
}
.AnyTagClassName
{
color: #BA33F5;
}
</style>
background-color css
<style>
a { background-color: #BA33F5; }
a { background-color: rgb(186,51,245); }
div.DivClassName
{
background-color: #BA33F5;
}
.BgClassName
{
background-color: #BA33F5;
}
</style>
border-color css
<style>
span { border-color: #BA33F5; }
span { border-color: rgb(186,51,245); }
td.TdClassName
{
border-color: #BA33F5;
}
.TagClassName
{
border-color: #BA33F5;
}
</style>