Shades of Dark Orchid #BC26D8
Tints of Dark Orchid #BC26D8
RGB
CMYK
RGB Variations
Color information
#BC26D8 (or 0xBC26D8) is known color: Dark Orchid. HEX triplet: BC, 26 and D8. RGB value is (188,38,216). Sum of RGB (Red+Green+Blue) = 188+38+216=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC26D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26D8 is #43D927. Grayscale: #666666. Windows color (decimal): -4446504 or 14165692. OLE color: 14165692.
HSL color Cylindrical-coordinate representation of color #BC26D8: hue angle of 290.56º 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 #BC26D8 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 38 | 216 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.15 |
| HSL | 290.56º | 0.7% | 0.5% | - |
| HSV(B) | 290.56º | 0.82% | 0.85% | - |
| XYZ | 33.83 | 17.04 | 66.47 | - |
| YUV | 103.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 216 | 0.13 | 0.82 | 0 | 0.15 | 290.56 | 0.7 | 0.5 |
| Hex | BC | 26 | D8 | D | 52 | 0 | F | 123 | 46 | 32 |
| Octal | 274 | 46 | 330 | 15 | 122 | 0 | 17 | 443 | 106 | 62 |
| Binary | 10111100 | 100110 | 11011000 | 1101 | 1010010 | 0 | 1111 | 100100011 | 1000110 | 110010 |
Color Harmonies of #BC26D8
Complementary color
Monochromatic Colors of #BC26D8
Black with #BC26D8
Text Example
Text Example
White with #BC26D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26D8; }
p { color: rgb(188,38,216); }
H1.HeaderClassName
{
color: #BC26D8;
}
.AnyTagClassName
{
color: #BC26D8;
}
</style>
background-color css
<style>
a { background-color: #BC26D8; }
a { background-color: rgb(188,38,216); }
div.DivClassName
{
background-color: #BC26D8;
}
.BgClassName
{
background-color: #BC26D8;
}
</style>
border-color css
<style>
span { border-color: #BC26D8; }
span { border-color: rgb(188,38,216); }
td.TdClassName
{
border-color: #BC26D8;
}
.TagClassName
{
border-color: #BC26D8;
}
</style>