Shades of Dark Orchid #BC27DD
Tints of Dark Orchid #BC27DD
RGB
CMYK
RGB Variations
Color information
#BC27DD (or 0xBC27DD) is known color: Dark Orchid. HEX triplet: BC, 27 and DD. RGB value is (188,39,221). Sum of RGB (Red+Green+Blue) = 188+39+221=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27DD is #43D822. Grayscale: #676767. Windows color (decimal): -4446243 or 14493628. OLE color: 14493628.
HSL color Cylindrical-coordinate representation of color #BC27DD: hue angle of 289.12º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC27DD is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 39 | 221 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.13 |
| HSL | 289.12º | 0.73% | 0.51% | - |
| HSV(B) | 289.12º | 0.82% | 0.87% | - |
| XYZ | 34.52 | 17.36 | 69.94 | - |
| YUV | 104.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 221 | 0.15 | 0.82 | 0 | 0.13 | 289.12 | 0.73 | 0.51 |
| Hex | BC | 27 | DD | F | 52 | 0 | D | 121 | 49 | 33 |
| Octal | 274 | 47 | 335 | 17 | 122 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111100 | 100111 | 11011101 | 1111 | 1010010 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BC27DD
Complementary color
Monochromatic Colors of #BC27DD
Black with #BC27DD
Text Example
Text Example
White with #BC27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27DD; }
p { color: rgb(188,39,221); }
H1.HeaderClassName
{
color: #BC27DD;
}
.AnyTagClassName
{
color: #BC27DD;
}
</style>
background-color css
<style>
a { background-color: #BC27DD; }
a { background-color: rgb(188,39,221); }
div.DivClassName
{
background-color: #BC27DD;
}
.BgClassName
{
background-color: #BC27DD;
}
</style>
border-color css
<style>
span { border-color: #BC27DD; }
span { border-color: rgb(188,39,221); }
td.TdClassName
{
border-color: #BC27DD;
}
.TagClassName
{
border-color: #BC27DD;
}
</style>