Shades of Medium Orchid #BA43F1
Tints of Medium Orchid #BA43F1
RGB
CMYK
RGB Variations
Color information
#BA43F1 (or 0xBA43F1) is known color: Medium Orchid. HEX triplet: BA, 43 and F1. RGB value is (186,67,241). Sum of RGB (Red+Green+Blue) = 186+67+241=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA43F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43F1 is #45BC0E. Grayscale: #797979. Windows color (decimal): -4570127 or 15811514. OLE color: 15811514.
HSL color Cylindrical-coordinate representation of color #BA43F1: hue angle of 281.03º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA43F1 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 67 | 241 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.05 |
| HSL | 281.03º | 0.86% | 0.6% | - |
| HSV(B) | 281.03º | 0.72% | 0.95% | - |
| XYZ | 38.13 | 20.8 | 85.22 | - |
| YUV | 122.42 | 194.92 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 241 | 0.23 | 0.72 | 0 | 0.05 | 281.03 | 0.86 | 0.6 |
| Hex | BA | 43 | F1 | 17 | 48 | 0 | 5 | 119 | 56 | 3C |
| Octal | 272 | 103 | 361 | 27 | 110 | 0 | 5 | 431 | 126 | 74 |
| Binary | 10111010 | 1000011 | 11110001 | 10111 | 1001000 | 0 | 101 | 100011001 | 1010110 | 111100 |
Color Harmonies of #BA43F1
Complementary color
Monochromatic Colors of #BA43F1
Black with #BA43F1
Text Example
Text Example
White with #BA43F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43F1; }
p { color: rgb(186,67,241); }
H1.HeaderClassName
{
color: #BA43F1;
}
.AnyTagClassName
{
color: #BA43F1;
}
</style>
background-color css
<style>
a { background-color: #BA43F1; }
a { background-color: rgb(186,67,241); }
div.DivClassName
{
background-color: #BA43F1;
}
.BgClassName
{
background-color: #BA43F1;
}
</style>
border-color css
<style>
span { border-color: #BA43F1; }
span { border-color: rgb(186,67,241); }
td.TdClassName
{
border-color: #BA43F1;
}
.TagClassName
{
border-color: #BA43F1;
}
</style>