Shades of Medium Orchid #BA4BFE
Tints of Medium Orchid #BA4BFE
RGB
CMYK
RGB Variations
Color information
#BA4BFE (or 0xBA4BFE) is known color: Medium Orchid. HEX triplet: BA, 4B and FE. RGB value is (186,75,254). Sum of RGB (Red+Green+Blue) = 186+75+254=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BFE is #45B401. Grayscale: #7F7F7F. Windows color (decimal): -4568066 or 16665530. OLE color: 16665530.
HSL color Cylindrical-coordinate representation of color #BA4BFE: hue angle of 277.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4BFE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 75 | 254 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.00 |
| HSL | 277.21º | 0.99% | 0.65% | - |
| HSV(B) | 277.21º | 0.7% | 1% | - |
| XYZ | 40.66 | 22.63 | 95.99 | - |
| YUV | 128.6 | 198.77 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 254 | 0.27 | 0.70 | 0 | 0.00 | 277.21 | 0.99 | 0.65 |
| Hex | BA | 4B | FE | 1B | 46 | 0 | 0 | 115 | 63 | 41 |
| Octal | 272 | 113 | 376 | 33 | 106 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111010 | 1001011 | 11111110 | 11011 | 1000110 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #BA4BFE
Complementary color
Monochromatic Colors of #BA4BFE
Black with #BA4BFE
Text Example
Text Example
White with #BA4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BFE; }
p { color: rgb(186,75,254); }
H1.HeaderClassName
{
color: #BA4BFE;
}
.AnyTagClassName
{
color: #BA4BFE;
}
</style>
background-color css
<style>
a { background-color: #BA4BFE; }
a { background-color: rgb(186,75,254); }
div.DivClassName
{
background-color: #BA4BFE;
}
.BgClassName
{
background-color: #BA4BFE;
}
</style>
border-color css
<style>
span { border-color: #BA4BFE; }
span { border-color: rgb(186,75,254); }
td.TdClassName
{
border-color: #BA4BFE;
}
.TagClassName
{
border-color: #BA4BFE;
}
</style>