Shades of Dark Orchid #BC26DF
Tints of Dark Orchid #BC26DF
RGB
CMYK
RGB Variations
Color information
#BC26DF (or 0xBC26DF) is known color: Dark Orchid. HEX triplet: BC, 26 and DF. RGB value is (188,38,223). Sum of RGB (Red+Green+Blue) = 188+38+223=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26DF is #43D920. Grayscale: #676767. Windows color (decimal): -4446497 or 14624444. OLE color: 14624444.
HSL color Cylindrical-coordinate representation of color #BC26DF: hue angle of 288.65º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC26DF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 38 | 223 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.65º | 0.74% | 0.51% | - |
| HSV(B) | 288.65º | 0.83% | 0.87% | - |
| XYZ | 34.75 | 17.41 | 71.34 | - |
| YUV | 103.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 223 | 0.16 | 0.83 | 0 | 0.13 | 288.65 | 0.74 | 0.51 |
| Hex | BC | 26 | DF | 10 | 53 | 0 | D | 121 | 4A | 33 |
| Octal | 274 | 46 | 337 | 20 | 123 | 0 | 15 | 441 | 112 | 63 |
| Binary | 10111100 | 100110 | 11011111 | 10000 | 1010011 | 0 | 1101 | 100100001 | 1001010 | 110011 |
Color Harmonies of #BC26DF
Complementary color
Monochromatic Colors of #BC26DF
Black with #BC26DF
Text Example
Text Example
White with #BC26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26DF; }
p { color: rgb(188,38,223); }
H1.HeaderClassName
{
color: #BC26DF;
}
.AnyTagClassName
{
color: #BC26DF;
}
</style>
background-color css
<style>
a { background-color: #BC26DF; }
a { background-color: rgb(188,38,223); }
div.DivClassName
{
background-color: #BC26DF;
}
.BgClassName
{
background-color: #BC26DF;
}
</style>
border-color css
<style>
span { border-color: #BC26DF; }
span { border-color: rgb(188,38,223); }
td.TdClassName
{
border-color: #BC26DF;
}
.TagClassName
{
border-color: #BC26DF;
}
</style>