Shades of Medium Orchid #BA3BFD
Tints of Medium Orchid #BA3BFD
RGB
CMYK
RGB Variations
Color information
#BA3BFD (or 0xBA3BFD) is known color: Medium Orchid. HEX triplet: BA, 3B and FD. RGB value is (186,59,253). Sum of RGB (Red+Green+Blue) = 186+59+253=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA3BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BFD is #45C402. Grayscale: #767676. Windows color (decimal): -4572163 or 16595898. OLE color: 16595898.
HSL color Cylindrical-coordinate representation of color #BA3BFD: hue angle of 279.28º 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 #BA3BFD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 59 | 253 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.01 |
| HSL | 279.28º | 0.98% | 0.61% | - |
| HSV(B) | 279.28º | 0.77% | 0.99% | - |
| XYZ | 39.54 | 20.66 | 94.83 | - |
| YUV | 119.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 253 | 0.26 | 0.77 | 0 | 0.01 | 279.28 | 0.98 | 0.61 |
| Hex | BA | 3B | FD | 1A | 4D | 0 | 1 | 117 | 62 | 3D |
| Octal | 272 | 73 | 375 | 32 | 115 | 0 | 1 | 427 | 142 | 75 |
| Binary | 10111010 | 111011 | 11111101 | 11010 | 1001101 | 0 | 1 | 100010111 | 1100010 | 111101 |
Color Harmonies of #BA3BFD
Complementary color
Monochromatic Colors of #BA3BFD
Black with #BA3BFD
Text Example
Text Example
White with #BA3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BFD; }
p { color: rgb(186,59,253); }
H1.HeaderClassName
{
color: #BA3BFD;
}
.AnyTagClassName
{
color: #BA3BFD;
}
</style>
background-color css
<style>
a { background-color: #BA3BFD; }
a { background-color: rgb(186,59,253); }
div.DivClassName
{
background-color: #BA3BFD;
}
.BgClassName
{
background-color: #BA3BFD;
}
</style>
border-color css
<style>
span { border-color: #BA3BFD; }
span { border-color: rgb(186,59,253); }
td.TdClassName
{
border-color: #BA3BFD;
}
.TagClassName
{
border-color: #BA3BFD;
}
</style>