Shades of Dark Orchid #BA27DD
Tints of Dark Orchid #BA27DD
RGB
CMYK
RGB Variations
Color information
#BA27DD (or 0xBA27DD) is known color: Dark Orchid. HEX triplet: BA, 27 and DD. RGB value is (186,39,221). Sum of RGB (Red+Green+Blue) = 186+39+221=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27DD is #45D822. Grayscale: #676767. Windows color (decimal): -4577315 or 14493626. OLE color: 14493626.
HSL color Cylindrical-coordinate representation of color #BA27DD: hue angle of 288.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA27DD is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 39 | 221 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.13 |
| HSL | 288.46º | 0.73% | 0.51% | - |
| HSV(B) | 288.46º | 0.82% | 0.87% | - |
| XYZ | 34.03 | 17.11 | 69.92 | - |
| YUV | 103.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 221 | 0.16 | 0.82 | 0 | 0.13 | 288.46 | 0.73 | 0.51 |
| Hex | BA | 27 | DD | 10 | 52 | 0 | D | 120 | 49 | 33 |
| Octal | 272 | 47 | 335 | 20 | 122 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111010 | 100111 | 11011101 | 10000 | 1010010 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #BA27DD
Complementary color
Monochromatic Colors of #BA27DD
Black with #BA27DD
Text Example
Text Example
White with #BA27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27DD; }
p { color: rgb(186,39,221); }
H1.HeaderClassName
{
color: #BA27DD;
}
.AnyTagClassName
{
color: #BA27DD;
}
</style>
background-color css
<style>
a { background-color: #BA27DD; }
a { background-color: rgb(186,39,221); }
div.DivClassName
{
background-color: #BA27DD;
}
.BgClassName
{
background-color: #BA27DD;
}
</style>
border-color css
<style>
span { border-color: #BA27DD; }
span { border-color: rgb(186,39,221); }
td.TdClassName
{
border-color: #BA27DD;
}
.TagClassName
{
border-color: #BA27DD;
}
</style>