Shades of Dark Orchid #BA26D1
Tints of Dark Orchid #BA26D1
RGB
CMYK
RGB Variations
Color information
#BA26D1 (or 0xBA26D1) is known color: Dark Orchid. HEX triplet: BA, 26 and D1. RGB value is (186,38,209). Sum of RGB (Red+Green+Blue) = 186+38+209=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA26D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA26D1 is #45D92E. Grayscale: #656565. Windows color (decimal): -4577583 or 13706938. OLE color: 13706938.
HSL color Cylindrical-coordinate representation of color #BA26D1: hue angle of 291.93º 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 #BA26D1 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 38 | 209 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.18 |
| HSL | 291.93º | 0.69% | 0.48% | - |
| HSV(B) | 291.93º | 0.82% | 0.82% | - |
| XYZ | 32.45 | 16.43 | 61.78 | - |
| YUV | 101.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 209 | 0.11 | 0.82 | 0 | 0.18 | 291.93 | 0.69 | 0.48 |
| Hex | BA | 26 | D1 | B | 52 | 0 | 12 | 124 | 45 | 30 |
| Octal | 272 | 46 | 321 | 13 | 122 | 0 | 22 | 444 | 105 | 60 |
| Binary | 10111010 | 100110 | 11010001 | 1011 | 1010010 | 0 | 10010 | 100100100 | 1000101 | 110000 |
Color Harmonies of #BA26D1
Complementary color
Monochromatic Colors of #BA26D1
Black with #BA26D1
Text Example
Text Example
White with #BA26D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26D1; }
p { color: rgb(186,38,209); }
H1.HeaderClassName
{
color: #BA26D1;
}
.AnyTagClassName
{
color: #BA26D1;
}
</style>
background-color css
<style>
a { background-color: #BA26D1; }
a { background-color: rgb(186,38,209); }
div.DivClassName
{
background-color: #BA26D1;
}
.BgClassName
{
background-color: #BA26D1;
}
</style>
border-color css
<style>
span { border-color: #BA26D1; }
span { border-color: rgb(186,38,209); }
td.TdClassName
{
border-color: #BA26D1;
}
.TagClassName
{
border-color: #BA26D1;
}
</style>