Shades of Dark Orchid #BA2DDF
Tints of Dark Orchid #BA2DDF
RGB
CMYK
RGB Variations
Color information
#BA2DDF (or 0xBA2DDF) is known color: Dark Orchid. HEX triplet: BA, 2D and DF. RGB value is (186,45,223). Sum of RGB (Red+Green+Blue) = 186+45+223=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DDF is #45D220. Grayscale: #6A6A6A. Windows color (decimal): -4575777 or 14626234. OLE color: 14626234.
HSL color Cylindrical-coordinate representation of color #BA2DDF: hue angle of 287.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2DDF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 45 | 223 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.13 |
| HSL | 287.53º | 0.74% | 0.53% | - |
| HSV(B) | 287.53º | 0.8% | 0.87% | - |
| XYZ | 34.51 | 17.64 | 71.4 | - |
| YUV | 107.45 | 193.21 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 223 | 0.17 | 0.80 | 0 | 0.13 | 287.53 | 0.74 | 0.53 |
| Hex | BA | 2D | DF | 11 | 50 | 0 | D | 120 | 4A | 35 |
| Octal | 272 | 55 | 337 | 21 | 120 | 0 | 15 | 440 | 112 | 65 |
| Binary | 10111010 | 101101 | 11011111 | 10001 | 1010000 | 0 | 1101 | 100100000 | 1001010 | 110101 |
Color Harmonies of #BA2DDF
Complementary color
Monochromatic Colors of #BA2DDF
Black with #BA2DDF
Text Example
Text Example
White with #BA2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DDF; }
p { color: rgb(186,45,223); }
H1.HeaderClassName
{
color: #BA2DDF;
}
.AnyTagClassName
{
color: #BA2DDF;
}
</style>
background-color css
<style>
a { background-color: #BA2DDF; }
a { background-color: rgb(186,45,223); }
div.DivClassName
{
background-color: #BA2DDF;
}
.BgClassName
{
background-color: #BA2DDF;
}
</style>
border-color css
<style>
span { border-color: #BA2DDF; }
span { border-color: rgb(186,45,223); }
td.TdClassName
{
border-color: #BA2DDF;
}
.TagClassName
{
border-color: #BA2DDF;
}
</style>