Shades of Dark Orchid #BD26D9
Tints of Dark Orchid #BD26D9
RGB
CMYK
RGB Variations
Color information
#BD26D9 (or 0xBD26D9) is known color: Dark Orchid. HEX triplet: BD, 26 and D9. RGB value is (189,38,217). Sum of RGB (Red+Green+Blue) = 189+38+217=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD26D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26D9 is #42D926. Grayscale: #666666. Windows color (decimal): -4380967 or 14231229. OLE color: 14231229.
HSL color Cylindrical-coordinate representation of color #BD26D9: hue angle of 290.61º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD26D9 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 38 | 217 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.15 |
| HSL | 290.61º | 0.7% | 0.5% | - |
| HSV(B) | 290.61º | 0.82% | 0.85% | - |
| XYZ | 34.2 | 17.21 | 67.17 | - |
| YUV | 103.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 217 | 0.13 | 0.82 | 0 | 0.15 | 290.61 | 0.7 | 0.5 |
| Hex | BD | 26 | D9 | D | 52 | 0 | F | 123 | 46 | 32 |
| Octal | 275 | 46 | 331 | 15 | 122 | 0 | 17 | 443 | 106 | 62 |
| Binary | 10111101 | 100110 | 11011001 | 1101 | 1010010 | 0 | 1111 | 100100011 | 1000110 | 110010 |
Color Harmonies of #BD26D9
Complementary color
Monochromatic Colors of #BD26D9
Black with #BD26D9
Text Example
Text Example
White with #BD26D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26D9; }
p { color: rgb(189,38,217); }
H1.HeaderClassName
{
color: #BD26D9;
}
.AnyTagClassName
{
color: #BD26D9;
}
</style>
background-color css
<style>
a { background-color: #BD26D9; }
a { background-color: rgb(189,38,217); }
div.DivClassName
{
background-color: #BD26D9;
}
.BgClassName
{
background-color: #BD26D9;
}
</style>
border-color css
<style>
span { border-color: #BD26D9; }
span { border-color: rgb(189,38,217); }
td.TdClassName
{
border-color: #BD26D9;
}
.TagClassName
{
border-color: #BD26D9;
}
</style>