Shades of Dark Orchid #BD26D7
Tints of Dark Orchid #BD26D7
RGB
CMYK
RGB Variations
Color information
#BD26D7 (or 0xBD26D7) is known color: Dark Orchid. HEX triplet: BD, 26 and D7. RGB value is (189,38,215). Sum of RGB (Red+Green+Blue) = 189+38+215=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD26D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26D7 is #42D928. Grayscale: #666666. Windows color (decimal): -4380969 or 14100157. OLE color: 14100157.
HSL color Cylindrical-coordinate representation of color #BD26D7: hue angle of 291.19º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD26D7 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 38 | 215 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.16 |
| HSL | 291.19º | 0.7% | 0.5% | - |
| HSV(B) | 291.19º | 0.82% | 0.84% | - |
| XYZ | 33.95 | 17.11 | 65.8 | - |
| YUV | 103.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 215 | 0.12 | 0.82 | 0 | 0.16 | 291.19 | 0.7 | 0.5 |
| Hex | BD | 26 | D7 | C | 52 | 0 | 10 | 123 | 46 | 32 |
| Octal | 275 | 46 | 327 | 14 | 122 | 0 | 20 | 443 | 106 | 62 |
| Binary | 10111101 | 100110 | 11010111 | 1100 | 1010010 | 0 | 10000 | 100100011 | 1000110 | 110010 |
Color Harmonies of #BD26D7
Complementary color
Monochromatic Colors of #BD26D7
Black with #BD26D7
Text Example
Text Example
White with #BD26D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26D7; }
p { color: rgb(189,38,215); }
H1.HeaderClassName
{
color: #BD26D7;
}
.AnyTagClassName
{
color: #BD26D7;
}
</style>
background-color css
<style>
a { background-color: #BD26D7; }
a { background-color: rgb(189,38,215); }
div.DivClassName
{
background-color: #BD26D7;
}
.BgClassName
{
background-color: #BD26D7;
}
</style>
border-color css
<style>
span { border-color: #BD26D7; }
span { border-color: rgb(189,38,215); }
td.TdClassName
{
border-color: #BD26D7;
}
.TagClassName
{
border-color: #BD26D7;
}
</style>