Shades of Dark Orchid #BC27DF
Tints of Dark Orchid #BC27DF
RGB
CMYK
RGB Variations
Color information
#BC27DF (or 0xBC27DF) is known color: Dark Orchid. HEX triplet: BC, 27 and DF. RGB value is (188,39,223). Sum of RGB (Red+Green+Blue) = 188+39+223=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27DF is #43D820. Grayscale: #676767. Windows color (decimal): -4446241 or 14624700. OLE color: 14624700.
HSL color Cylindrical-coordinate representation of color #BC27DF: hue angle of 288.59º 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 #BC27DF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 39 | 223 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.59º | 0.74% | 0.51% | - |
| HSV(B) | 288.59º | 0.83% | 0.87% | - |
| XYZ | 34.78 | 17.47 | 71.35 | - |
| YUV | 104.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 223 | 0.16 | 0.83 | 0 | 0.13 | 288.59 | 0.74 | 0.51 |
| Hex | BC | 27 | DF | 10 | 53 | 0 | D | 121 | 4A | 33 |
| Octal | 274 | 47 | 337 | 20 | 123 | 0 | 15 | 441 | 112 | 63 |
| Binary | 10111100 | 100111 | 11011111 | 10000 | 1010011 | 0 | 1101 | 100100001 | 1001010 | 110011 |
Color Harmonies of #BC27DF
Complementary color
Monochromatic Colors of #BC27DF
Black with #BC27DF
Text Example
Text Example
White with #BC27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC27DF; }
p { color: rgb(188,39,223); }
H1.HeaderClassName
{
color: #BC27DF;
}
.AnyTagClassName
{
color: #BC27DF;
}
</style>
background-color css
<style>
a { background-color: #BC27DF; }
a { background-color: rgb(188,39,223); }
div.DivClassName
{
background-color: #BC27DF;
}
.BgClassName
{
background-color: #BC27DF;
}
</style>
border-color css
<style>
span { border-color: #BC27DF; }
span { border-color: rgb(188,39,223); }
td.TdClassName
{
border-color: #BC27DF;
}
.TagClassName
{
border-color: #BC27DF;
}
</style>