Shades of Medium Orchid #BA42FB
Tints of Medium Orchid #BA42FB
RGB
CMYK
RGB Variations
Color information
#BA42FB (or 0xBA42FB) is known color: Medium Orchid. HEX triplet: BA, 42 and FB. RGB value is (186,66,251). Sum of RGB (Red+Green+Blue) = 186+66+251=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA42FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42FB is #45BD04. Grayscale: #7A7A7A. Windows color (decimal): -4570373 or 16466618. OLE color: 16466618.
HSL color Cylindrical-coordinate representation of color #BA42FB: hue angle of 278.92º degrees, saturation: 0.96, 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 #BA42FB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 66 | 251 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.02 |
| HSL | 278.92º | 0.96% | 0.62% | - |
| HSV(B) | 278.92º | 0.74% | 0.98% | - |
| XYZ | 39.61 | 21.3 | 93.29 | - |
| YUV | 122.97 | 200.26 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 251 | 0.26 | 0.74 | 0 | 0.02 | 278.92 | 0.96 | 0.62 |
| Hex | BA | 42 | FB | 1A | 4A | 0 | 2 | 117 | 60 | 3E |
| Octal | 272 | 102 | 373 | 32 | 112 | 0 | 2 | 427 | 140 | 76 |
| Binary | 10111010 | 1000010 | 11111011 | 11010 | 1001010 | 0 | 10 | 100010111 | 1100000 | 111110 |
Color Harmonies of #BA42FB
Complementary color
Monochromatic Colors of #BA42FB
Black with #BA42FB
Text Example
Text Example
White with #BA42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42FB; }
p { color: rgb(186,66,251); }
H1.HeaderClassName
{
color: #BA42FB;
}
.AnyTagClassName
{
color: #BA42FB;
}
</style>
background-color css
<style>
a { background-color: #BA42FB; }
a { background-color: rgb(186,66,251); }
div.DivClassName
{
background-color: #BA42FB;
}
.BgClassName
{
background-color: #BA42FB;
}
</style>
border-color css
<style>
span { border-color: #BA42FB; }
span { border-color: rgb(186,66,251); }
td.TdClassName
{
border-color: #BA42FB;
}
.TagClassName
{
border-color: #BA42FB;
}
</style>