Shades of Medium Orchid #BA4FF1
Tints of Medium Orchid #BA4FF1
RGB
CMYK
RGB Variations
Color information
#BA4FF1 (or 0xBA4FF1) is known color: Medium Orchid. HEX triplet: BA, 4F and F1. RGB value is (186,79,241). Sum of RGB (Red+Green+Blue) = 186+79+241=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA4FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FF1 is #45B00E. Grayscale: #808080. Windows color (decimal): -4567055 or 15814586. OLE color: 15814586.
HSL color Cylindrical-coordinate representation of color #BA4FF1: hue angle of 279.63º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4FF1 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 79 | 241 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.05 |
| HSL | 279.63º | 0.85% | 0.63% | - |
| HSV(B) | 279.63º | 0.67% | 0.95% | - |
| XYZ | 38.92 | 22.38 | 85.49 | - |
| YUV | 129.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 241 | 0.23 | 0.67 | 0 | 0.05 | 279.63 | 0.85 | 0.63 |
| Hex | BA | 4F | F1 | 17 | 43 | 0 | 5 | 118 | 55 | 3F |
| Octal | 272 | 117 | 361 | 27 | 103 | 0 | 5 | 430 | 125 | 77 |
| Binary | 10111010 | 1001111 | 11110001 | 10111 | 1000011 | 0 | 101 | 100011000 | 1010101 | 111111 |
Color Harmonies of #BA4FF1
Complementary color
Monochromatic Colors of #BA4FF1
Black with #BA4FF1
Text Example
Text Example
White with #BA4FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FF1; }
p { color: rgb(186,79,241); }
H1.HeaderClassName
{
color: #BA4FF1;
}
.AnyTagClassName
{
color: #BA4FF1;
}
</style>
background-color css
<style>
a { background-color: #BA4FF1; }
a { background-color: rgb(186,79,241); }
div.DivClassName
{
background-color: #BA4FF1;
}
.BgClassName
{
background-color: #BA4FF1;
}
</style>
border-color css
<style>
span { border-color: #BA4FF1; }
span { border-color: rgb(186,79,241); }
td.TdClassName
{
border-color: #BA4FF1;
}
.TagClassName
{
border-color: #BA4FF1;
}
</style>