Shades of Medium Orchid #BA3DDF
Tints of Medium Orchid #BA3DDF
RGB
CMYK
RGB Variations
Color information
#BA3DDF (or 0xBA3DDF) is known color: Medium Orchid. HEX triplet: BA, 3D and DF. RGB value is (186,61,223). Sum of RGB (Red+Green+Blue) = 186+61+223=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DDF is #45C220. Grayscale: #747474. Windows color (decimal): -4571681 or 14630330. OLE color: 14630330.
HSL color Cylindrical-coordinate representation of color #BA3DDF: hue angle of 286.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3DDF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 61 | 223 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.13 |
| HSL | 286.3º | 0.72% | 0.56% | - |
| HSV(B) | 286.3º | 0.73% | 0.87% | - |
| XYZ | 35.24 | 19.1 | 71.64 | - |
| YUV | 116.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 223 | 0.17 | 0.73 | 0 | 0.13 | 286.3 | 0.72 | 0.56 |
| Hex | BA | 3D | DF | 11 | 49 | 0 | D | 11E | 48 | 38 |
| Octal | 272 | 75 | 337 | 21 | 111 | 0 | 15 | 436 | 110 | 70 |
| Binary | 10111010 | 111101 | 11011111 | 10001 | 1001001 | 0 | 1101 | 100011110 | 1001000 | 111000 |
Color Harmonies of #BA3DDF
Complementary color
Monochromatic Colors of #BA3DDF
Black with #BA3DDF
Text Example
Text Example
White with #BA3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DDF; }
p { color: rgb(186,61,223); }
H1.HeaderClassName
{
color: #BA3DDF;
}
.AnyTagClassName
{
color: #BA3DDF;
}
</style>
background-color css
<style>
a { background-color: #BA3DDF; }
a { background-color: rgb(186,61,223); }
div.DivClassName
{
background-color: #BA3DDF;
}
.BgClassName
{
background-color: #BA3DDF;
}
</style>
border-color css
<style>
span { border-color: #BA3DDF; }
span { border-color: rgb(186,61,223); }
td.TdClassName
{
border-color: #BA3DDF;
}
.TagClassName
{
border-color: #BA3DDF;
}
</style>