Shades of Medium Orchid #BA3DE0
Tints of Medium Orchid #BA3DE0
RGB
CMYK
RGB Variations
Color information
#BA3DE0 (or 0xBA3DE0) is known color: Medium Orchid. HEX triplet: BA, 3D and E0. RGB value is (186,61,224). Sum of RGB (Red+Green+Blue) = 186+61+224=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA3DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DE0 is #45C21F. Grayscale: #747474. Windows color (decimal): -4571680 or 14695866. OLE color: 14695866.
HSL color Cylindrical-coordinate representation of color #BA3DE0: hue angle of 286.01º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3DE0 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 61 | 224 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.12 |
| HSL | 286.01º | 0.72% | 0.56% | - |
| HSV(B) | 286.01º | 0.73% | 0.88% | - |
| XYZ | 35.37 | 19.16 | 72.35 | - |
| YUV | 116.96 | 188.41 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 224 | 0.17 | 0.73 | 0 | 0.12 | 286.01 | 0.72 | 0.56 |
| Hex | BA | 3D | E0 | 11 | 49 | 0 | C | 11E | 48 | 38 |
| Octal | 272 | 75 | 340 | 21 | 111 | 0 | 14 | 436 | 110 | 70 |
| Binary | 10111010 | 111101 | 11100000 | 10001 | 1001001 | 0 | 1100 | 100011110 | 1001000 | 111000 |
Color Harmonies of #BA3DE0
Complementary color
Monochromatic Colors of #BA3DE0
Black with #BA3DE0
Text Example
Text Example
White with #BA3DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DE0; }
p { color: rgb(186,61,224); }
H1.HeaderClassName
{
color: #BA3DE0;
}
.AnyTagClassName
{
color: #BA3DE0;
}
</style>
background-color css
<style>
a { background-color: #BA3DE0; }
a { background-color: rgb(186,61,224); }
div.DivClassName
{
background-color: #BA3DE0;
}
.BgClassName
{
background-color: #BA3DE0;
}
</style>
border-color css
<style>
span { border-color: #BA3DE0; }
span { border-color: rgb(186,61,224); }
td.TdClassName
{
border-color: #BA3DE0;
}
.TagClassName
{
border-color: #BA3DE0;
}
</style>