Shades of Medium Orchid #BA4FEA
Tints of Medium Orchid #BA4FEA
RGB
CMYK
RGB Variations
Color information
#BA4FEA (or 0xBA4FEA) is known color: Medium Orchid. HEX triplet: BA, 4F and EA. RGB value is (186,79,234). Sum of RGB (Red+Green+Blue) = 186+79+234=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA4FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FEA is #45B015. Grayscale: #808080. Windows color (decimal): -4567062 or 15355834. OLE color: 15355834.
HSL color Cylindrical-coordinate representation of color #BA4FEA: hue angle of 281.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4FEA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 79 | 234 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.08 |
| HSL | 281.42º | 0.79% | 0.61% | - |
| HSV(B) | 281.42º | 0.66% | 0.92% | - |
| XYZ | 37.9 | 21.97 | 80.09 | - |
| YUV | 128.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 234 | 0.21 | 0.66 | 0 | 0.08 | 281.42 | 0.79 | 0.61 |
| Hex | BA | 4F | EA | 15 | 42 | 0 | 8 | 119 | 4F | 3D |
| Octal | 272 | 117 | 352 | 25 | 102 | 0 | 10 | 431 | 117 | 75 |
| Binary | 10111010 | 1001111 | 11101010 | 10101 | 1000010 | 0 | 1000 | 100011001 | 1001111 | 111101 |
Color Harmonies of #BA4FEA
Complementary color
Monochromatic Colors of #BA4FEA
Black with #BA4FEA
Text Example
Text Example
White with #BA4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FEA; }
p { color: rgb(186,79,234); }
H1.HeaderClassName
{
color: #BA4FEA;
}
.AnyTagClassName
{
color: #BA4FEA;
}
</style>
background-color css
<style>
a { background-color: #BA4FEA; }
a { background-color: rgb(186,79,234); }
div.DivClassName
{
background-color: #BA4FEA;
}
.BgClassName
{
background-color: #BA4FEA;
}
</style>
border-color css
<style>
span { border-color: #BA4FEA; }
span { border-color: rgb(186,79,234); }
td.TdClassName
{
border-color: #BA4FEA;
}
.TagClassName
{
border-color: #BA4FEA;
}
</style>