Shades of Medium Orchid #BA4FFC
Tints of Medium Orchid #BA4FFC
RGB
CMYK
RGB Variations
Color information
#BA4FFC (or 0xBA4FFC) is known color: Medium Orchid. HEX triplet: BA, 4F and FC. RGB value is (186,79,252). Sum of RGB (Red+Green+Blue) = 186+79+252=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FFC is #45B003. Grayscale: #828282. Windows color (decimal): -4567044 or 16535482. OLE color: 16535482.
HSL color Cylindrical-coordinate representation of color #BA4FFC: hue angle of 277.11º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4FFC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 79 | 252 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 277.11º | 0.97% | 0.65% | - |
| HSV(B) | 277.11º | 0.69% | 0.99% | - |
| XYZ | 40.62 | 23.06 | 94.41 | - |
| YUV | 130.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 252 | 0.26 | 0.69 | 0 | 0.01 | 277.11 | 0.97 | 0.65 |
| Hex | BA | 4F | FC | 1A | 45 | 0 | 1 | 115 | 61 | 41 |
| Octal | 272 | 117 | 374 | 32 | 105 | 0 | 1 | 425 | 141 | 101 |
| Binary | 10111010 | 1001111 | 11111100 | 11010 | 1000101 | 0 | 1 | 100010101 | 1100001 | 1000001 |
Color Harmonies of #BA4FFC
Complementary color
Monochromatic Colors of #BA4FFC
Black with #BA4FFC
Text Example
Text Example
White with #BA4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FFC; }
p { color: rgb(186,79,252); }
H1.HeaderClassName
{
color: #BA4FFC;
}
.AnyTagClassName
{
color: #BA4FFC;
}
</style>
background-color css
<style>
a { background-color: #BA4FFC; }
a { background-color: rgb(186,79,252); }
div.DivClassName
{
background-color: #BA4FFC;
}
.BgClassName
{
background-color: #BA4FFC;
}
</style>
border-color css
<style>
span { border-color: #BA4FFC; }
span { border-color: rgb(186,79,252); }
td.TdClassName
{
border-color: #BA4FFC;
}
.TagClassName
{
border-color: #BA4FFC;
}
</style>