Shades of Medium Orchid #BA3AFD
Tints of Medium Orchid #BA3AFD
RGB
CMYK
RGB Variations
Color information
#BA3AFD (or 0xBA3AFD) is known color: Medium Orchid. HEX triplet: BA, 3A and FD. RGB value is (186,58,253). Sum of RGB (Red+Green+Blue) = 186+58+253=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA3AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AFD is #45C502. Grayscale: #757575. Windows color (decimal): -4572419 or 16595642. OLE color: 16595642.
HSL color Cylindrical-coordinate representation of color #BA3AFD: hue angle of 279.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA3AFD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 58 | 253 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.01 |
| HSL | 279.38º | 0.98% | 0.61% | - |
| HSV(B) | 279.38º | 0.77% | 0.99% | - |
| XYZ | 39.49 | 20.56 | 94.81 | - |
| YUV | 118.5 | 203.91 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 253 | 0.26 | 0.77 | 0 | 0.01 | 279.38 | 0.98 | 0.61 |
| Hex | BA | 3A | FD | 1A | 4D | 0 | 1 | 117 | 62 | 3D |
| Octal | 272 | 72 | 375 | 32 | 115 | 0 | 1 | 427 | 142 | 75 |
| Binary | 10111010 | 111010 | 11111101 | 11010 | 1001101 | 0 | 1 | 100010111 | 1100010 | 111101 |
Color Harmonies of #BA3AFD
Complementary color
Monochromatic Colors of #BA3AFD
Black with #BA3AFD
Text Example
Text Example
White with #BA3AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AFD; }
p { color: rgb(186,58,253); }
H1.HeaderClassName
{
color: #BA3AFD;
}
.AnyTagClassName
{
color: #BA3AFD;
}
</style>
background-color css
<style>
a { background-color: #BA3AFD; }
a { background-color: rgb(186,58,253); }
div.DivClassName
{
background-color: #BA3AFD;
}
.BgClassName
{
background-color: #BA3AFD;
}
</style>
border-color css
<style>
span { border-color: #BA3AFD; }
span { border-color: rgb(186,58,253); }
td.TdClassName
{
border-color: #BA3AFD;
}
.TagClassName
{
border-color: #BA3AFD;
}
</style>