Shades of Medium Orchid #BA4AFE
Tints of Medium Orchid #BA4AFE
RGB
CMYK
RGB Variations
Color information
#BA4AFE (or 0xBA4AFE) is known color: Medium Orchid. HEX triplet: BA, 4A and FE. RGB value is (186,74,254). Sum of RGB (Red+Green+Blue) = 186+74+254=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AFE is #45B501. Grayscale: #7F7F7F. Windows color (decimal): -4568322 or 16665274. OLE color: 16665274.
HSL color Cylindrical-coordinate representation of color #BA4AFE: hue angle of 277.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA4AFE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 74 | 254 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.00 |
| HSL | 277.33º | 0.99% | 0.64% | - |
| HSV(B) | 277.33º | 0.71% | 1% | - |
| XYZ | 40.59 | 22.49 | 95.97 | - |
| YUV | 128.01 | 199.11 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 254 | 0.27 | 0.71 | 0 | 0.00 | 277.33 | 0.99 | 0.64 |
| Hex | BA | 4A | FE | 1B | 47 | 0 | 0 | 115 | 63 | 40 |
| Octal | 272 | 112 | 376 | 33 | 107 | 0 | 0 | 425 | 143 | 100 |
| Binary | 10111010 | 1001010 | 11111110 | 11011 | 1000111 | 0 | 0 | 100010101 | 1100011 | 1000000 |
Color Harmonies of #BA4AFE
Complementary color
Monochromatic Colors of #BA4AFE
Black with #BA4AFE
Text Example
Text Example
White with #BA4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AFE; }
p { color: rgb(186,74,254); }
H1.HeaderClassName
{
color: #BA4AFE;
}
.AnyTagClassName
{
color: #BA4AFE;
}
</style>
background-color css
<style>
a { background-color: #BA4AFE; }
a { background-color: rgb(186,74,254); }
div.DivClassName
{
background-color: #BA4AFE;
}
.BgClassName
{
background-color: #BA4AFE;
}
</style>
border-color css
<style>
span { border-color: #BA4AFE; }
span { border-color: rgb(186,74,254); }
td.TdClassName
{
border-color: #BA4AFE;
}
.TagClassName
{
border-color: #BA4AFE;
}
</style>