Shades of Medium Orchid #BA2FE8
Tints of Medium Orchid #BA2FE8
RGB
CMYK
RGB Variations
Color information
#BA2FE8 (or 0xBA2FE8) is known color: Medium Orchid. HEX triplet: BA, 2F and E8. RGB value is (186,47,232). Sum of RGB (Red+Green+Blue) = 186+47+232=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA2FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FE8 is #45D017. Grayscale: #6D6D6D. Windows color (decimal): -4575256 or 15216570. OLE color: 15216570.
HSL color Cylindrical-coordinate representation of color #BA2FE8: hue angle of 285.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2FE8 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 47 | 232 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.09 |
| HSL | 285.08º | 0.8% | 0.55% | - |
| HSV(B) | 285.08º | 0.8% | 0.91% | - |
| XYZ | 35.83 | 18.3 | 77.99 | - |
| YUV | 109.65 | 197.05 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 232 | 0.20 | 0.80 | 0 | 0.09 | 285.08 | 0.8 | 0.55 |
| Hex | BA | 2F | E8 | 14 | 50 | 0 | 9 | 11D | 50 | 37 |
| Octal | 272 | 57 | 350 | 24 | 120 | 0 | 11 | 435 | 120 | 67 |
| Binary | 10111010 | 101111 | 11101000 | 10100 | 1010000 | 0 | 1001 | 100011101 | 1010000 | 110111 |
Color Harmonies of #BA2FE8
Complementary color
Monochromatic Colors of #BA2FE8
Black with #BA2FE8
Text Example
Text Example
White with #BA2FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FE8; }
p { color: rgb(186,47,232); }
H1.HeaderClassName
{
color: #BA2FE8;
}
.AnyTagClassName
{
color: #BA2FE8;
}
</style>
background-color css
<style>
a { background-color: #BA2FE8; }
a { background-color: rgb(186,47,232); }
div.DivClassName
{
background-color: #BA2FE8;
}
.BgClassName
{
background-color: #BA2FE8;
}
</style>
border-color css
<style>
span { border-color: #BA2FE8; }
span { border-color: rgb(186,47,232); }
td.TdClassName
{
border-color: #BA2FE8;
}
.TagClassName
{
border-color: #BA2FE8;
}
</style>