Shades of Medium Orchid #BA30F1
Tints of Medium Orchid #BA30F1
RGB
CMYK
RGB Variations
Color information
#BA30F1 (or 0xBA30F1) is known color: Medium Orchid. HEX triplet: BA, 30 and F1. RGB value is (186,48,241). Sum of RGB (Red+Green+Blue) = 186+48+241=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA30F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30F1 is #45CF0E. Grayscale: #6E6E6E. Windows color (decimal): -4574991 or 15806650. OLE color: 15806650.
HSL color Cylindrical-coordinate representation of color #BA30F1: hue angle of 282.9º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA30F1 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 48 | 241 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.05 |
| HSL | 282.9º | 0.87% | 0.57% | - |
| HSV(B) | 282.9º | 0.8% | 0.95% | - |
| XYZ | 37.18 | 18.9 | 84.91 | - |
| YUV | 111.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 241 | 0.23 | 0.80 | 0 | 0.05 | 282.9 | 0.87 | 0.57 |
| Hex | BA | 30 | F1 | 17 | 50 | 0 | 5 | 11B | 57 | 39 |
| Octal | 272 | 60 | 361 | 27 | 120 | 0 | 5 | 433 | 127 | 71 |
| Binary | 10111010 | 110000 | 11110001 | 10111 | 1010000 | 0 | 101 | 100011011 | 1010111 | 111001 |
Color Harmonies of #BA30F1
Complementary color
Monochromatic Colors of #BA30F1
Black with #BA30F1
Text Example
Text Example
White with #BA30F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30F1; }
p { color: rgb(186,48,241); }
H1.HeaderClassName
{
color: #BA30F1;
}
.AnyTagClassName
{
color: #BA30F1;
}
</style>
background-color css
<style>
a { background-color: #BA30F1; }
a { background-color: rgb(186,48,241); }
div.DivClassName
{
background-color: #BA30F1;
}
.BgClassName
{
background-color: #BA30F1;
}
</style>
border-color css
<style>
span { border-color: #BA30F1; }
span { border-color: rgb(186,48,241); }
td.TdClassName
{
border-color: #BA30F1;
}
.TagClassName
{
border-color: #BA30F1;
}
</style>