Shades of Medium Orchid #BA3FFC
Tints of Medium Orchid #BA3FFC
RGB
CMYK
RGB Variations
Color information
#BA3FFC (or 0xBA3FFC) is known color: Medium Orchid. HEX triplet: BA, 3F and FC. RGB value is (186,63,252). Sum of RGB (Red+Green+Blue) = 186+63+252=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FFC is #45C003. Grayscale: #787878. Windows color (decimal): -4571140 or 16531386. OLE color: 16531386.
HSL color Cylindrical-coordinate representation of color #BA3FFC: hue angle of 279.05º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3FFC is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 63 | 252 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.01 |
| HSL | 279.05º | 0.97% | 0.62% | - |
| HSV(B) | 279.05º | 0.75% | 0.99% | - |
| XYZ | 39.6 | 21.02 | 94.07 | - |
| YUV | 121.32 | 201.75 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 252 | 0.26 | 0.75 | 0 | 0.01 | 279.05 | 0.97 | 0.62 |
| Hex | BA | 3F | FC | 1A | 4B | 0 | 1 | 117 | 61 | 3E |
| Octal | 272 | 77 | 374 | 32 | 113 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111010 | 111111 | 11111100 | 11010 | 1001011 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BA3FFC
Complementary color
Monochromatic Colors of #BA3FFC
Black with #BA3FFC
Text Example
Text Example
White with #BA3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FFC; }
p { color: rgb(186,63,252); }
H1.HeaderClassName
{
color: #BA3FFC;
}
.AnyTagClassName
{
color: #BA3FFC;
}
</style>
background-color css
<style>
a { background-color: #BA3FFC; }
a { background-color: rgb(186,63,252); }
div.DivClassName
{
background-color: #BA3FFC;
}
.BgClassName
{
background-color: #BA3FFC;
}
</style>
border-color css
<style>
span { border-color: #BA3FFC; }
span { border-color: rgb(186,63,252); }
td.TdClassName
{
border-color: #BA3FFC;
}
.TagClassName
{
border-color: #BA3FFC;
}
</style>