Shades of Dark Orchid #BC29CF
Tints of Dark Orchid #BC29CF
RGB
CMYK
RGB Variations
Color information
#BC29CF (or 0xBC29CF) is known color: Dark Orchid. HEX triplet: BC, 29 and CF. RGB value is (188,41,207). Sum of RGB (Red+Green+Blue) = 188+41+207=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29CF is #43D630. Grayscale: #676767. Windows color (decimal): -4445745 or 13576636. OLE color: 13576636.
HSL color Cylindrical-coordinate representation of color #BC29CF: hue angle of 293.13º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC29CF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 41 | 207 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.19 |
| HSL | 293.13º | 0.67% | 0.49% | - |
| HSV(B) | 293.13º | 0.8% | 0.81% | - |
| XYZ | 32.79 | 16.78 | 60.54 | - |
| YUV | 103.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 207 | 0.09 | 0.80 | 0 | 0.19 | 293.13 | 0.67 | 0.49 |
| Hex | BC | 29 | CF | 9 | 50 | 0 | 13 | 125 | 43 | 31 |
| Octal | 274 | 51 | 317 | 11 | 120 | 0 | 23 | 445 | 103 | 61 |
| Binary | 10111100 | 101001 | 11001111 | 1001 | 1010000 | 0 | 10011 | 100100101 | 1000011 | 110001 |
Color Harmonies of #BC29CF
Complementary color
Monochromatic Colors of #BC29CF
Black with #BC29CF
Text Example
Text Example
White with #BC29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29CF; }
p { color: rgb(188,41,207); }
H1.HeaderClassName
{
color: #BC29CF;
}
.AnyTagClassName
{
color: #BC29CF;
}
</style>
background-color css
<style>
a { background-color: #BC29CF; }
a { background-color: rgb(188,41,207); }
div.DivClassName
{
background-color: #BC29CF;
}
.BgClassName
{
background-color: #BC29CF;
}
</style>
border-color css
<style>
span { border-color: #BC29CF; }
span { border-color: rgb(188,41,207); }
td.TdClassName
{
border-color: #BC29CF;
}
.TagClassName
{
border-color: #BC29CF;
}
</style>