Shades of Dark Orchid #BA26DF
Tints of Dark Orchid #BA26DF
RGB
CMYK
RGB Variations
Color information
#BA26DF (or 0xBA26DF) is known color: Dark Orchid. HEX triplet: BA, 26 and DF. RGB value is (186,38,223). Sum of RGB (Red+Green+Blue) = 186+38+223=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26DF is #45D920. Grayscale: #666666. Windows color (decimal): -4577569 or 14624442. OLE color: 14624442.
HSL color Cylindrical-coordinate representation of color #BA26DF: hue angle of 288º 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 #BA26DF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 38 | 223 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.13 |
| HSL | 288º | 0.74% | 0.51% | - |
| HSV(B) | 288º | 0.83% | 0.87% | - |
| XYZ | 34.26 | 17.15 | 71.32 | - |
| YUV | 103.34 | 195.53 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 223 | 0.17 | 0.83 | 0 | 0.13 | 288 | 0.74 | 0.51 |
| Hex | BA | 26 | DF | 11 | 53 | 0 | D | 120 | 4A | 33 |
| Octal | 272 | 46 | 337 | 21 | 123 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111010 | 100110 | 11011111 | 10001 | 1010011 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #BA26DF
Complementary color
Monochromatic Colors of #BA26DF
Black with #BA26DF
Text Example
Text Example
White with #BA26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26DF; }
p { color: rgb(186,38,223); }
H1.HeaderClassName
{
color: #BA26DF;
}
.AnyTagClassName
{
color: #BA26DF;
}
</style>
background-color css
<style>
a { background-color: #BA26DF; }
a { background-color: rgb(186,38,223); }
div.DivClassName
{
background-color: #BA26DF;
}
.BgClassName
{
background-color: #BA26DF;
}
</style>
border-color css
<style>
span { border-color: #BA26DF; }
span { border-color: rgb(186,38,223); }
td.TdClassName
{
border-color: #BA26DF;
}
.TagClassName
{
border-color: #BA26DF;
}
</style>