Shades of Dark Orchid #BA27DF
Tints of Dark Orchid #BA27DF
RGB
CMYK
RGB Variations
Color information
#BA27DF (or 0xBA27DF) is known color: Dark Orchid. HEX triplet: BA, 27 and DF. RGB value is (186,39,223). Sum of RGB (Red+Green+Blue) = 186+39+223=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27DF is #45D820. Grayscale: #676767. Windows color (decimal): -4577313 or 14624698. OLE color: 14624698.
HSL color Cylindrical-coordinate representation of color #BA27DF: hue angle of 287.93º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA27DF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 39 | 223 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.13 |
| HSL | 287.93º | 0.74% | 0.51% | - |
| HSV(B) | 287.93º | 0.83% | 0.87% | - |
| XYZ | 34.29 | 17.22 | 71.33 | - |
| YUV | 103.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 223 | 0.17 | 0.83 | 0 | 0.13 | 287.93 | 0.74 | 0.51 |
| Hex | BA | 27 | DF | 11 | 53 | 0 | D | 120 | 4A | 33 |
| Octal | 272 | 47 | 337 | 21 | 123 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111010 | 100111 | 11011111 | 10001 | 1010011 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #BA27DF
Complementary color
Monochromatic Colors of #BA27DF
Black with #BA27DF
Text Example
Text Example
White with #BA27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27DF; }
p { color: rgb(186,39,223); }
H1.HeaderClassName
{
color: #BA27DF;
}
.AnyTagClassName
{
color: #BA27DF;
}
</style>
background-color css
<style>
a { background-color: #BA27DF; }
a { background-color: rgb(186,39,223); }
div.DivClassName
{
background-color: #BA27DF;
}
.BgClassName
{
background-color: #BA27DF;
}
</style>
border-color css
<style>
span { border-color: #BA27DF; }
span { border-color: rgb(186,39,223); }
td.TdClassName
{
border-color: #BA27DF;
}
.TagClassName
{
border-color: #BA27DF;
}
</style>