Shades of Medium Orchid #BA4FEF
Tints of Medium Orchid #BA4FEF
RGB
CMYK
RGB Variations
Color information
#BA4FEF (or 0xBA4FEF) is known color: Medium Orchid. HEX triplet: BA, 4F and EF. RGB value is (186,79,239). Sum of RGB (Red+Green+Blue) = 186+79+239=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 79 (31.25% from 255 or 15.67% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA4FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FEF is #45B010. Grayscale: #808080. Windows color (decimal): -4567057 or 15683514. OLE color: 15683514.
HSL color Cylindrical-coordinate representation of color #BA4FEF: hue angle of 280.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4FEF is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 79 | 239 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.06 |
| HSL | 280.13º | 0.83% | 0.62% | - |
| HSV(B) | 280.13º | 0.67% | 0.94% | - |
| XYZ | 38.63 | 22.26 | 83.92 | - |
| YUV | 129.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 239 | 0.22 | 0.67 | 0 | 0.06 | 280.13 | 0.83 | 0.62 |
| Hex | BA | 4F | EF | 16 | 43 | 0 | 6 | 118 | 53 | 3E |
| Octal | 272 | 117 | 357 | 26 | 103 | 0 | 6 | 430 | 123 | 76 |
| Binary | 10111010 | 1001111 | 11101111 | 10110 | 1000011 | 0 | 110 | 100011000 | 1010011 | 111110 |
Color Harmonies of #BA4FEF
Complementary color
Monochromatic Colors of #BA4FEF
Black with #BA4FEF
Text Example
Text Example
White with #BA4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FEF; }
p { color: rgb(186,79,239); }
H1.HeaderClassName
{
color: #BA4FEF;
}
.AnyTagClassName
{
color: #BA4FEF;
}
</style>
background-color css
<style>
a { background-color: #BA4FEF; }
a { background-color: rgb(186,79,239); }
div.DivClassName
{
background-color: #BA4FEF;
}
.BgClassName
{
background-color: #BA4FEF;
}
</style>
border-color css
<style>
span { border-color: #BA4FEF; }
span { border-color: rgb(186,79,239); }
td.TdClassName
{
border-color: #BA4FEF;
}
.TagClassName
{
border-color: #BA4FEF;
}
</style>