Shades of Medium Orchid #BA4FDF
Tints of Medium Orchid #BA4FDF
RGB
CMYK
RGB Variations
Color information
#BA4FDF (or 0xBA4FDF) is known color: Medium Orchid. HEX triplet: BA, 4F and DF. RGB value is (186,79,223). Sum of RGB (Red+Green+Blue) = 186+79+223=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FDF is #45B020. Grayscale: #7E7E7E. Windows color (decimal): -4567073 or 14634938. OLE color: 14634938.
HSL color Cylindrical-coordinate representation of color #BA4FDF: hue angle of 284.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4FDF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 79 | 223 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 284.58º | 0.69% | 0.59% | - |
| HSV(B) | 284.58º | 0.65% | 0.87% | - |
| XYZ | 36.36 | 21.36 | 72.02 | - |
| YUV | 127.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 223 | 0.17 | 0.65 | 0 | 0.13 | 284.58 | 0.69 | 0.59 |
| Hex | BA | 4F | DF | 11 | 41 | 0 | D | 11D | 45 | 3B |
| Octal | 272 | 117 | 337 | 21 | 101 | 0 | 15 | 435 | 105 | 73 |
| Binary | 10111010 | 1001111 | 11011111 | 10001 | 1000001 | 0 | 1101 | 100011101 | 1000101 | 111011 |
Color Harmonies of #BA4FDF
Complementary color
Monochromatic Colors of #BA4FDF
Black with #BA4FDF
Text Example
Text Example
White with #BA4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FDF; }
p { color: rgb(186,79,223); }
H1.HeaderClassName
{
color: #BA4FDF;
}
.AnyTagClassName
{
color: #BA4FDF;
}
</style>
background-color css
<style>
a { background-color: #BA4FDF; }
a { background-color: rgb(186,79,223); }
div.DivClassName
{
background-color: #BA4FDF;
}
.BgClassName
{
background-color: #BA4FDF;
}
</style>
border-color css
<style>
span { border-color: #BA4FDF; }
span { border-color: rgb(186,79,223); }
td.TdClassName
{
border-color: #BA4FDF;
}
.TagClassName
{
border-color: #BA4FDF;
}
</style>