Shades of Medium Orchid #BA42FA
Tints of Medium Orchid #BA42FA
RGB
CMYK
RGB Variations
Color information
#BA42FA (or 0xBA42FA) is known color: Medium Orchid. HEX triplet: BA, 42 and FA. RGB value is (186,66,250). Sum of RGB (Red+Green+Blue) = 186+66+250=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42FA is #45BD05. Grayscale: #7A7A7A. Windows color (decimal): -4570374 or 16401082. OLE color: 16401082.
HSL color Cylindrical-coordinate representation of color #BA42FA: hue angle of 279.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA42FA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 66 | 250 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.02 |
| HSL | 279.13º | 0.95% | 0.62% | - |
| HSV(B) | 279.13º | 0.74% | 0.98% | - |
| XYZ | 39.45 | 21.24 | 92.46 | - |
| YUV | 122.86 | 199.76 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 250 | 0.26 | 0.74 | 0 | 0.02 | 279.13 | 0.95 | 0.62 |
| Hex | BA | 42 | FA | 1A | 4A | 0 | 2 | 117 | 5F | 3E |
| Octal | 272 | 102 | 372 | 32 | 112 | 0 | 2 | 427 | 137 | 76 |
| Binary | 10111010 | 1000010 | 11111010 | 11010 | 1001010 | 0 | 10 | 100010111 | 1011111 | 111110 |
Color Harmonies of #BA42FA
Complementary color
Monochromatic Colors of #BA42FA
Black with #BA42FA
Text Example
Text Example
White with #BA42FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42FA; }
p { color: rgb(186,66,250); }
H1.HeaderClassName
{
color: #BA42FA;
}
.AnyTagClassName
{
color: #BA42FA;
}
</style>
background-color css
<style>
a { background-color: #BA42FA; }
a { background-color: rgb(186,66,250); }
div.DivClassName
{
background-color: #BA42FA;
}
.BgClassName
{
background-color: #BA42FA;
}
</style>
border-color css
<style>
span { border-color: #BA42FA; }
span { border-color: rgb(186,66,250); }
td.TdClassName
{
border-color: #BA42FA;
}
.TagClassName
{
border-color: #BA42FA;
}
</style>