Shades of Medium Orchid #BA3DDE
Tints of Medium Orchid #BA3DDE
RGB
CMYK
RGB Variations
Color information
#BA3DDE (or 0xBA3DDE) is known color: Medium Orchid. HEX triplet: BA, 3D and DE. RGB value is (186,61,222). Sum of RGB (Red+Green+Blue) = 186+61+222=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA3DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DDE is #45C221. Grayscale: #747474. Windows color (decimal): -4571682 or 14564794. OLE color: 14564794.
HSL color Cylindrical-coordinate representation of color #BA3DDE: hue angle of 286.58º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3DDE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 61 | 222 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.13 |
| HSL | 286.58º | 0.71% | 0.55% | - |
| HSV(B) | 286.58º | 0.73% | 0.87% | - |
| XYZ | 35.1 | 19.05 | 70.93 | - |
| YUV | 116.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 222 | 0.16 | 0.73 | 0 | 0.13 | 286.58 | 0.71 | 0.55 |
| Hex | BA | 3D | DE | 10 | 49 | 0 | D | 11F | 47 | 37 |
| Octal | 272 | 75 | 336 | 20 | 111 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111010 | 111101 | 11011110 | 10000 | 1001001 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #BA3DDE
Complementary color
Monochromatic Colors of #BA3DDE
Black with #BA3DDE
Text Example
Text Example
White with #BA3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DDE; }
p { color: rgb(186,61,222); }
H1.HeaderClassName
{
color: #BA3DDE;
}
.AnyTagClassName
{
color: #BA3DDE;
}
</style>
background-color css
<style>
a { background-color: #BA3DDE; }
a { background-color: rgb(186,61,222); }
div.DivClassName
{
background-color: #BA3DDE;
}
.BgClassName
{
background-color: #BA3DDE;
}
</style>
border-color css
<style>
span { border-color: #BA3DDE; }
span { border-color: rgb(186,61,222); }
td.TdClassName
{
border-color: #BA3DDE;
}
.TagClassName
{
border-color: #BA3DDE;
}
</style>