Shades of Medium Orchid #BA3CFB
Tints of Medium Orchid #BA3CFB
RGB
CMYK
RGB Variations
Color information
#BA3CFB (or 0xBA3CFB) is known color: Medium Orchid. HEX triplet: BA, 3C and FB. RGB value is (186,60,251). Sum of RGB (Red+Green+Blue) = 186+60+251=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA3CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFB is #45C304. Grayscale: #767676. Windows color (decimal): -4571909 or 16465082. OLE color: 16465082.
HSL color Cylindrical-coordinate representation of color #BA3CFB: hue angle of 279.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3CFB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 60 | 251 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.02 |
| HSL | 279.58º | 0.96% | 0.61% | - |
| HSV(B) | 279.58º | 0.76% | 0.98% | - |
| XYZ | 39.28 | 20.64 | 93.18 | - |
| YUV | 119.45 | 202.24 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 251 | 0.26 | 0.76 | 0 | 0.02 | 279.58 | 0.96 | 0.61 |
| Hex | BA | 3C | FB | 1A | 4C | 0 | 2 | 118 | 60 | 3D |
| Octal | 272 | 74 | 373 | 32 | 114 | 0 | 2 | 430 | 140 | 75 |
| Binary | 10111010 | 111100 | 11111011 | 11010 | 1001100 | 0 | 10 | 100011000 | 1100000 | 111101 |
Color Harmonies of #BA3CFB
Complementary color
Monochromatic Colors of #BA3CFB
Black with #BA3CFB
Text Example
Text Example
White with #BA3CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CFB; }
p { color: rgb(186,60,251); }
H1.HeaderClassName
{
color: #BA3CFB;
}
.AnyTagClassName
{
color: #BA3CFB;
}
</style>
background-color css
<style>
a { background-color: #BA3CFB; }
a { background-color: rgb(186,60,251); }
div.DivClassName
{
background-color: #BA3CFB;
}
.BgClassName
{
background-color: #BA3CFB;
}
</style>
border-color css
<style>
span { border-color: #BA3CFB; }
span { border-color: rgb(186,60,251); }
td.TdClassName
{
border-color: #BA3CFB;
}
.TagClassName
{
border-color: #BA3CFB;
}
</style>