Shades of Medium Orchid #BA3DEB
Tints of Medium Orchid #BA3DEB
RGB
CMYK
RGB Variations
Color information
#BA3DEB (or 0xBA3DEB) is known color: Medium Orchid. HEX triplet: BA, 3D and EB. RGB value is (186,61,235). Sum of RGB (Red+Green+Blue) = 186+61+235=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DEB is #45C214. Grayscale: #757575. Windows color (decimal): -4571669 or 15416762. OLE color: 15416762.
HSL color Cylindrical-coordinate representation of color #BA3DEB: hue angle of 283.1º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3DEB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 61 | 235 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.08 |
| HSL | 283.1º | 0.81% | 0.58% | - |
| HSV(B) | 283.1º | 0.74% | 0.92% | - |
| XYZ | 36.91 | 19.77 | 80.47 | - |
| YUV | 118.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 235 | 0.21 | 0.74 | 0 | 0.08 | 283.1 | 0.81 | 0.58 |
| Hex | BA | 3D | EB | 15 | 4A | 0 | 8 | 11B | 51 | 3A |
| Octal | 272 | 75 | 353 | 25 | 112 | 0 | 10 | 433 | 121 | 72 |
| Binary | 10111010 | 111101 | 11101011 | 10101 | 1001010 | 0 | 1000 | 100011011 | 1010001 | 111010 |
Color Harmonies of #BA3DEB
Complementary color
Monochromatic Colors of #BA3DEB
Black with #BA3DEB
Text Example
Text Example
White with #BA3DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DEB; }
p { color: rgb(186,61,235); }
H1.HeaderClassName
{
color: #BA3DEB;
}
.AnyTagClassName
{
color: #BA3DEB;
}
</style>
background-color css
<style>
a { background-color: #BA3DEB; }
a { background-color: rgb(186,61,235); }
div.DivClassName
{
background-color: #BA3DEB;
}
.BgClassName
{
background-color: #BA3DEB;
}
</style>
border-color css
<style>
span { border-color: #BA3DEB; }
span { border-color: rgb(186,61,235); }
td.TdClassName
{
border-color: #BA3DEB;
}
.TagClassName
{
border-color: #BA3DEB;
}
</style>