Shades of Dark Orchid #BD29CF
Tints of Dark Orchid #BD29CF
RGB
CMYK
RGB Variations
Color information
#BD29CF (or 0xBD29CF) is known color: Dark Orchid. HEX triplet: BD, 29 and CF. RGB value is (189,41,207). Sum of RGB (Red+Green+Blue) = 189+41+207=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29CF is #42D630. Grayscale: #676767. Windows color (decimal): -4380209 or 13576637. OLE color: 13576637.
HSL color Cylindrical-coordinate representation of color #BD29CF: hue angle of 293.49º 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 #BD29CF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 41 | 207 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.19 |
| HSL | 293.49º | 0.67% | 0.49% | - |
| HSV(B) | 293.49º | 0.8% | 0.81% | - |
| XYZ | 33.04 | 16.91 | 60.55 | - |
| YUV | 104.18 | 186.03 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 207 | 0.09 | 0.80 | 0 | 0.19 | 293.49 | 0.67 | 0.49 |
| Hex | BD | 29 | CF | 9 | 50 | 0 | 13 | 125 | 43 | 31 |
| Octal | 275 | 51 | 317 | 11 | 120 | 0 | 23 | 445 | 103 | 61 |
| Binary | 10111101 | 101001 | 11001111 | 1001 | 1010000 | 0 | 10011 | 100100101 | 1000011 | 110001 |
Color Harmonies of #BD29CF
Complementary color
Monochromatic Colors of #BD29CF
Black with #BD29CF
Text Example
Text Example
White with #BD29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD29CF; }
p { color: rgb(189,41,207); }
H1.HeaderClassName
{
color: #BD29CF;
}
.AnyTagClassName
{
color: #BD29CF;
}
</style>
background-color css
<style>
a { background-color: #BD29CF; }
a { background-color: rgb(189,41,207); }
div.DivClassName
{
background-color: #BD29CF;
}
.BgClassName
{
background-color: #BD29CF;
}
</style>
border-color css
<style>
span { border-color: #BD29CF; }
span { border-color: rgb(189,41,207); }
td.TdClassName
{
border-color: #BD29CF;
}
.TagClassName
{
border-color: #BD29CF;
}
</style>