Shades of Medium Orchid #BA4BF8
Tints of Medium Orchid #BA4BF8
RGB
CMYK
RGB Variations
Color information
#BA4BF8 (or 0xBA4BF8) is known color: Medium Orchid. HEX triplet: BA, 4B and F8. RGB value is (186,75,248). Sum of RGB (Red+Green+Blue) = 186+75+248=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA4BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BF8 is #45B407. Grayscale: #7F7F7F. Windows color (decimal): -4568072 or 16272314. OLE color: 16272314.
HSL color Cylindrical-coordinate representation of color #BA4BF8: hue angle of 278.5º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4BF8 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 75 | 248 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.03 |
| HSL | 278.5º | 0.93% | 0.63% | - |
| HSV(B) | 278.5º | 0.7% | 0.97% | - |
| XYZ | 39.71 | 22.25 | 91.01 | - |
| YUV | 127.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 248 | 0.25 | 0.70 | 0 | 0.03 | 278.5 | 0.93 | 0.63 |
| Hex | BA | 4B | F8 | 19 | 46 | 0 | 3 | 116 | 5D | 3F |
| Octal | 272 | 113 | 370 | 31 | 106 | 0 | 3 | 426 | 135 | 77 |
| Binary | 10111010 | 1001011 | 11111000 | 11001 | 1000110 | 0 | 11 | 100010110 | 1011101 | 111111 |
Color Harmonies of #BA4BF8
Complementary color
Monochromatic Colors of #BA4BF8
Black with #BA4BF8
Text Example
Text Example
White with #BA4BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BF8; }
p { color: rgb(186,75,248); }
H1.HeaderClassName
{
color: #BA4BF8;
}
.AnyTagClassName
{
color: #BA4BF8;
}
</style>
background-color css
<style>
a { background-color: #BA4BF8; }
a { background-color: rgb(186,75,248); }
div.DivClassName
{
background-color: #BA4BF8;
}
.BgClassName
{
background-color: #BA4BF8;
}
</style>
border-color css
<style>
span { border-color: #BA4BF8; }
span { border-color: rgb(186,75,248); }
td.TdClassName
{
border-color: #BA4BF8;
}
.TagClassName
{
border-color: #BA4BF8;
}
</style>