Shades of Medium Orchid #BA3CFD
Tints of Medium Orchid #BA3CFD
RGB
CMYK
RGB Variations
Color information
#BA3CFD (or 0xBA3CFD) is known color: Medium Orchid. HEX triplet: BA, 3C and FD. RGB value is (186,60,253). Sum of RGB (Red+Green+Blue) = 186+60+253=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFD is #45C302. Grayscale: #777777. Windows color (decimal): -4571907 or 16596154. OLE color: 16596154.
HSL color Cylindrical-coordinate representation of color #BA3CFD: hue angle of 279.17º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3CFD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 60 | 253 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.01 |
| HSL | 279.17º | 0.98% | 0.61% | - |
| HSV(B) | 279.17º | 0.76% | 0.99% | - |
| XYZ | 39.6 | 20.76 | 94.85 | - |
| YUV | 119.68 | 203.24 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 253 | 0.26 | 0.76 | 0 | 0.01 | 279.17 | 0.98 | 0.61 |
| Hex | BA | 3C | FD | 1A | 4C | 0 | 1 | 117 | 62 | 3D |
| Octal | 272 | 74 | 375 | 32 | 114 | 0 | 1 | 427 | 142 | 75 |
| Binary | 10111010 | 111100 | 11111101 | 11010 | 1001100 | 0 | 1 | 100010111 | 1100010 | 111101 |
Color Harmonies of #BA3CFD
Complementary color
Monochromatic Colors of #BA3CFD
Black with #BA3CFD
Text Example
Text Example
White with #BA3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CFD; }
p { color: rgb(186,60,253); }
H1.HeaderClassName
{
color: #BA3CFD;
}
.AnyTagClassName
{
color: #BA3CFD;
}
</style>
background-color css
<style>
a { background-color: #BA3CFD; }
a { background-color: rgb(186,60,253); }
div.DivClassName
{
background-color: #BA3CFD;
}
.BgClassName
{
background-color: #BA3CFD;
}
</style>
border-color css
<style>
span { border-color: #BA3CFD; }
span { border-color: rgb(186,60,253); }
td.TdClassName
{
border-color: #BA3CFD;
}
.TagClassName
{
border-color: #BA3CFD;
}
</style>