Shades of Medium Orchid #BA3DE5
Tints of Medium Orchid #BA3DE5
RGB
CMYK
RGB Variations
Color information
#BA3DE5 (or 0xBA3DE5) is known color: Medium Orchid. HEX triplet: BA, 3D and E5. RGB value is (186,61,229). Sum of RGB (Red+Green+Blue) = 186+61+229=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA3DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DE5 is #45C21A. Grayscale: #747474. Windows color (decimal): -4571675 or 15023546. OLE color: 15023546.
HSL color Cylindrical-coordinate representation of color #BA3DE5: hue angle of 284.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3DE5 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 61 | 229 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.10 |
| HSL | 284.64º | 0.76% | 0.57% | - |
| HSV(B) | 284.64º | 0.73% | 0.9% | - |
| XYZ | 36.06 | 19.43 | 75.98 | - |
| YUV | 117.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 229 | 0.19 | 0.73 | 0 | 0.10 | 284.64 | 0.76 | 0.57 |
| Hex | BA | 3D | E5 | 13 | 49 | 0 | A | 11D | 4C | 39 |
| Octal | 272 | 75 | 345 | 23 | 111 | 0 | 12 | 435 | 114 | 71 |
| Binary | 10111010 | 111101 | 11100101 | 10011 | 1001001 | 0 | 1010 | 100011101 | 1001100 | 111001 |
Color Harmonies of #BA3DE5
Complementary color
Monochromatic Colors of #BA3DE5
Black with #BA3DE5
Text Example
Text Example
White with #BA3DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DE5; }
p { color: rgb(186,61,229); }
H1.HeaderClassName
{
color: #BA3DE5;
}
.AnyTagClassName
{
color: #BA3DE5;
}
</style>
background-color css
<style>
a { background-color: #BA3DE5; }
a { background-color: rgb(186,61,229); }
div.DivClassName
{
background-color: #BA3DE5;
}
.BgClassName
{
background-color: #BA3DE5;
}
</style>
border-color css
<style>
span { border-color: #BA3DE5; }
span { border-color: rgb(186,61,229); }
td.TdClassName
{
border-color: #BA3DE5;
}
.TagClassName
{
border-color: #BA3DE5;
}
</style>