Shades of Medium Orchid #BA3DED
Tints of Medium Orchid #BA3DED
RGB
CMYK
RGB Variations
Color information
#BA3DED (or 0xBA3DED) is known color: Medium Orchid. HEX triplet: BA, 3D and ED. RGB value is (186,61,237). Sum of RGB (Red+Green+Blue) = 186+61+237=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DED is #45C212. Grayscale: #757575. Windows color (decimal): -4571667 or 15547834. OLE color: 15547834.
HSL color Cylindrical-coordinate representation of color #BA3DED: hue angle of 282.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3DED is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 61 | 237 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.07 |
| HSL | 282.61º | 0.83% | 0.58% | - |
| HSV(B) | 282.61º | 0.74% | 0.93% | - |
| XYZ | 37.2 | 19.89 | 82 | - |
| YUV | 118.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 237 | 0.22 | 0.74 | 0 | 0.07 | 282.61 | 0.83 | 0.58 |
| Hex | BA | 3D | ED | 16 | 4A | 0 | 7 | 11B | 53 | 3A |
| Octal | 272 | 75 | 355 | 26 | 112 | 0 | 7 | 433 | 123 | 72 |
| Binary | 10111010 | 111101 | 11101101 | 10110 | 1001010 | 0 | 111 | 100011011 | 1010011 | 111010 |
Color Harmonies of #BA3DED
Complementary color
Monochromatic Colors of #BA3DED
Black with #BA3DED
Text Example
Text Example
White with #BA3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DED; }
p { color: rgb(186,61,237); }
H1.HeaderClassName
{
color: #BA3DED;
}
.AnyTagClassName
{
color: #BA3DED;
}
</style>
background-color css
<style>
a { background-color: #BA3DED; }
a { background-color: rgb(186,61,237); }
div.DivClassName
{
background-color: #BA3DED;
}
.BgClassName
{
background-color: #BA3DED;
}
</style>
border-color css
<style>
span { border-color: #BA3DED; }
span { border-color: rgb(186,61,237); }
td.TdClassName
{
border-color: #BA3DED;
}
.TagClassName
{
border-color: #BA3DED;
}
</style>