Shades of Dark Orchid #BC26D9
Tints of Dark Orchid #BC26D9
RGB
CMYK
RGB Variations
Color information
#BC26D9 (or 0xBC26D9) is known color: Dark Orchid. HEX triplet: BC, 26 and D9. RGB value is (188,38,217). Sum of RGB (Red+Green+Blue) = 188+38+217=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC26D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26D9 is #43D926. Grayscale: #666666. Windows color (decimal): -4446503 or 14231228. OLE color: 14231228.
HSL color Cylindrical-coordinate representation of color #BC26D9: hue angle of 290.28º 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 #BC26D9 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 38 | 217 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.15 |
| HSL | 290.28º | 0.7% | 0.5% | - |
| HSV(B) | 290.28º | 0.82% | 0.85% | - |
| XYZ | 33.96 | 17.09 | 67.15 | - |
| YUV | 103.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 217 | 0.13 | 0.82 | 0 | 0.15 | 290.28 | 0.7 | 0.5 |
| Hex | BC | 26 | D9 | D | 52 | 0 | F | 122 | 46 | 32 |
| Octal | 274 | 46 | 331 | 15 | 122 | 0 | 17 | 442 | 106 | 62 |
| Binary | 10111100 | 100110 | 11011001 | 1101 | 1010010 | 0 | 1111 | 100100010 | 1000110 | 110010 |
Color Harmonies of #BC26D9
Complementary color
Monochromatic Colors of #BC26D9
Black with #BC26D9
Text Example
Text Example
White with #BC26D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26D9; }
p { color: rgb(188,38,217); }
H1.HeaderClassName
{
color: #BC26D9;
}
.AnyTagClassName
{
color: #BC26D9;
}
</style>
background-color css
<style>
a { background-color: #BC26D9; }
a { background-color: rgb(188,38,217); }
div.DivClassName
{
background-color: #BC26D9;
}
.BgClassName
{
background-color: #BC26D9;
}
</style>
border-color css
<style>
span { border-color: #BC26D9; }
span { border-color: rgb(188,38,217); }
td.TdClassName
{
border-color: #BC26D9;
}
.TagClassName
{
border-color: #BC26D9;
}
</style>