Shades of Medium Orchid #BA4FF0
Tints of Medium Orchid #BA4FF0
RGB
CMYK
RGB Variations
Color information
#BA4FF0 (or 0xBA4FF0) is known color: Medium Orchid. HEX triplet: BA, 4F and F0. RGB value is (186,79,240). Sum of RGB (Red+Green+Blue) = 186+79+240=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA4FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FF0 is #45B00F. Grayscale: #808080. Windows color (decimal): -4567056 or 15749050. OLE color: 15749050.
HSL color Cylindrical-coordinate representation of color #BA4FF0: hue angle of 279.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4FF0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 79 | 240 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.06 |
| HSL | 279.88º | 0.84% | 0.63% | - |
| HSV(B) | 279.88º | 0.67% | 0.94% | - |
| XYZ | 38.77 | 22.32 | 84.7 | - |
| YUV | 129.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 240 | 0.22 | 0.67 | 0 | 0.06 | 279.88 | 0.84 | 0.63 |
| Hex | BA | 4F | F0 | 16 | 43 | 0 | 6 | 118 | 54 | 3F |
| Octal | 272 | 117 | 360 | 26 | 103 | 0 | 6 | 430 | 124 | 77 |
| Binary | 10111010 | 1001111 | 11110000 | 10110 | 1000011 | 0 | 110 | 100011000 | 1010100 | 111111 |
Color Harmonies of #BA4FF0
Complementary color
Monochromatic Colors of #BA4FF0
Black with #BA4FF0
Text Example
Text Example
White with #BA4FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FF0; }
p { color: rgb(186,79,240); }
H1.HeaderClassName
{
color: #BA4FF0;
}
.AnyTagClassName
{
color: #BA4FF0;
}
</style>
background-color css
<style>
a { background-color: #BA4FF0; }
a { background-color: rgb(186,79,240); }
div.DivClassName
{
background-color: #BA4FF0;
}
.BgClassName
{
background-color: #BA4FF0;
}
</style>
border-color css
<style>
span { border-color: #BA4FF0; }
span { border-color: rgb(186,79,240); }
td.TdClassName
{
border-color: #BA4FF0;
}
.TagClassName
{
border-color: #BA4FF0;
}
</style>