Shades of Medium Orchid #BA32F0
Tints of Medium Orchid #BA32F0
RGB
CMYK
RGB Variations
Color information
#BA32F0 (or 0xBA32F0) is known color: Medium Orchid. HEX triplet: BA, 32 and F0. RGB value is (186,50,240). Sum of RGB (Red+Green+Blue) = 186+50+240=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA32F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32F0 is #45CD0F. Grayscale: #6F6F6F. Windows color (decimal): -4574480 or 15741626. OLE color: 15741626.
HSL color Cylindrical-coordinate representation of color #BA32F0: hue angle of 282.95º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA32F0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 50 | 240 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.06 |
| HSL | 282.95º | 0.86% | 0.57% | - |
| HSV(B) | 282.95º | 0.79% | 0.94% | - |
| XYZ | 37.12 | 19.01 | 84.15 | - |
| YUV | 112.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 240 | 0.22 | 0.79 | 0 | 0.06 | 282.95 | 0.86 | 0.57 |
| Hex | BA | 32 | F0 | 16 | 4F | 0 | 6 | 11B | 56 | 39 |
| Octal | 272 | 62 | 360 | 26 | 117 | 0 | 6 | 433 | 126 | 71 |
| Binary | 10111010 | 110010 | 11110000 | 10110 | 1001111 | 0 | 110 | 100011011 | 1010110 | 111001 |
Color Harmonies of #BA32F0
Complementary color
Monochromatic Colors of #BA32F0
Black with #BA32F0
Text Example
Text Example
White with #BA32F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32F0; }
p { color: rgb(186,50,240); }
H1.HeaderClassName
{
color: #BA32F0;
}
.AnyTagClassName
{
color: #BA32F0;
}
</style>
background-color css
<style>
a { background-color: #BA32F0; }
a { background-color: rgb(186,50,240); }
div.DivClassName
{
background-color: #BA32F0;
}
.BgClassName
{
background-color: #BA32F0;
}
</style>
border-color css
<style>
span { border-color: #BA32F0; }
span { border-color: rgb(186,50,240); }
td.TdClassName
{
border-color: #BA32F0;
}
.TagClassName
{
border-color: #BA32F0;
}
</style>