Shades of Medium Orchid #BA43F8
Tints of Medium Orchid #BA43F8
RGB
CMYK
RGB Variations
Color information
#BA43F8 (or 0xBA43F8) is known color: Medium Orchid. HEX triplet: BA, 43 and F8. RGB value is (186,67,248). Sum of RGB (Red+Green+Blue) = 186+67+248=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA43F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43F8 is #45BC07. Grayscale: #7A7A7A. Windows color (decimal): -4570120 or 16270266. OLE color: 16270266.
HSL color Cylindrical-coordinate representation of color #BA43F8: hue angle of 279.45º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA43F8 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 67 | 248 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.03 |
| HSL | 279.45º | 0.93% | 0.62% | - |
| HSV(B) | 279.45º | 0.73% | 0.97% | - |
| XYZ | 39.2 | 21.23 | 90.84 | - |
| YUV | 123.22 | 198.42 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 248 | 0.25 | 0.73 | 0 | 0.03 | 279.45 | 0.93 | 0.62 |
| Hex | BA | 43 | F8 | 19 | 49 | 0 | 3 | 117 | 5D | 3E |
| Octal | 272 | 103 | 370 | 31 | 111 | 0 | 3 | 427 | 135 | 76 |
| Binary | 10111010 | 1000011 | 11111000 | 11001 | 1001001 | 0 | 11 | 100010111 | 1011101 | 111110 |
Color Harmonies of #BA43F8
Complementary color
Monochromatic Colors of #BA43F8
Black with #BA43F8
Text Example
Text Example
White with #BA43F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43F8; }
p { color: rgb(186,67,248); }
H1.HeaderClassName
{
color: #BA43F8;
}
.AnyTagClassName
{
color: #BA43F8;
}
</style>
background-color css
<style>
a { background-color: #BA43F8; }
a { background-color: rgb(186,67,248); }
div.DivClassName
{
background-color: #BA43F8;
}
.BgClassName
{
background-color: #BA43F8;
}
</style>
border-color css
<style>
span { border-color: #BA43F8; }
span { border-color: rgb(186,67,248); }
td.TdClassName
{
border-color: #BA43F8;
}
.TagClassName
{
border-color: #BA43F8;
}
</style>