Shades of Dark Orchid #BC29DF
Tints of Dark Orchid #BC29DF
RGB
CMYK
RGB Variations
Color information
#BC29DF (or 0xBC29DF) is known color: Dark Orchid. HEX triplet: BC, 29 and DF. RGB value is (188,41,223). Sum of RGB (Red+Green+Blue) = 188+41+223=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC29DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29DF is #43D620. Grayscale: #696969. Windows color (decimal): -4445729 or 14625212. OLE color: 14625212.
HSL color Cylindrical-coordinate representation of color #BC29DF: hue angle of 288.46º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC29DF is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 41 | 223 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.13 |
| HSL | 288.46º | 0.74% | 0.52% | - |
| HSV(B) | 288.46º | 0.82% | 0.87% | - |
| XYZ | 34.85 | 17.6 | 71.37 | - |
| YUV | 105.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 223 | 0.16 | 0.82 | 0 | 0.13 | 288.46 | 0.74 | 0.52 |
| Hex | BC | 29 | DF | 10 | 52 | 0 | D | 120 | 4A | 34 |
| Octal | 274 | 51 | 337 | 20 | 122 | 0 | 15 | 440 | 112 | 64 |
| Binary | 10111100 | 101001 | 11011111 | 10000 | 1010010 | 0 | 1101 | 100100000 | 1001010 | 110100 |
Color Harmonies of #BC29DF
Complementary color
Monochromatic Colors of #BC29DF
Black with #BC29DF
Text Example
Text Example
White with #BC29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29DF; }
p { color: rgb(188,41,223); }
H1.HeaderClassName
{
color: #BC29DF;
}
.AnyTagClassName
{
color: #BC29DF;
}
</style>
background-color css
<style>
a { background-color: #BC29DF; }
a { background-color: rgb(188,41,223); }
div.DivClassName
{
background-color: #BC29DF;
}
.BgClassName
{
background-color: #BC29DF;
}
</style>
border-color css
<style>
span { border-color: #BC29DF; }
span { border-color: rgb(188,41,223); }
td.TdClassName
{
border-color: #BC29DF;
}
.TagClassName
{
border-color: #BC29DF;
}
</style>