Shades of Dark Orchid #BA26D0
Tints of Dark Orchid #BA26D0
RGB
CMYK
RGB Variations
Color information
#BA26D0 (or 0xBA26D0) is known color: Dark Orchid. HEX triplet: BA, 26 and D0. RGB value is (186,38,208). Sum of RGB (Red+Green+Blue) = 186+38+208=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA26D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26D0 is #45D92F. Grayscale: #656565. Windows color (decimal): -4577584 or 13641402. OLE color: 13641402.
HSL color Cylindrical-coordinate representation of color #BA26D0: hue angle of 292.24º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA26D0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 38 | 208 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.18 |
| HSL | 292.24º | 0.69% | 0.48% | - |
| HSV(B) | 292.24º | 0.82% | 0.82% | - |
| XYZ | 32.33 | 16.38 | 61.13 | - |
| YUV | 101.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 208 | 0.11 | 0.82 | 0 | 0.18 | 292.24 | 0.69 | 0.48 |
| Hex | BA | 26 | D0 | B | 52 | 0 | 12 | 124 | 45 | 30 |
| Octal | 272 | 46 | 320 | 13 | 122 | 0 | 22 | 444 | 105 | 60 |
| Binary | 10111010 | 100110 | 11010000 | 1011 | 1010010 | 0 | 10010 | 100100100 | 1000101 | 110000 |
Color Harmonies of #BA26D0
Complementary color
Monochromatic Colors of #BA26D0
Black with #BA26D0
Text Example
Text Example
White with #BA26D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26D0; }
p { color: rgb(186,38,208); }
H1.HeaderClassName
{
color: #BA26D0;
}
.AnyTagClassName
{
color: #BA26D0;
}
</style>
background-color css
<style>
a { background-color: #BA26D0; }
a { background-color: rgb(186,38,208); }
div.DivClassName
{
background-color: #BA26D0;
}
.BgClassName
{
background-color: #BA26D0;
}
</style>
border-color css
<style>
span { border-color: #BA26D0; }
span { border-color: rgb(186,38,208); }
td.TdClassName
{
border-color: #BA26D0;
}
.TagClassName
{
border-color: #BA26D0;
}
</style>