Shades of Dark Orchid #BF29DB
Tints of Dark Orchid #BF29DB
RGB
CMYK
RGB Variations
Color information
#BF29DB (or 0xBF29DB) is known color: Dark Orchid. HEX triplet: BF, 29 and DB. RGB value is (191,41,219). Sum of RGB (Red+Green+Blue) = 191+41+219=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF29DB is #40D624. Grayscale: #696969. Windows color (decimal): -4249125 or 14363071. OLE color: 14363071.
HSL color Cylindrical-coordinate representation of color #BF29DB: hue angle of 290.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF29DB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 41 | 219 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.14 |
| HSL | 290.56º | 0.71% | 0.51% | - |
| HSV(B) | 290.56º | 0.81% | 0.86% | - |
| XYZ | 35.06 | 17.78 | 68.6 | - |
| YUV | 106.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 219 | 0.13 | 0.81 | 0 | 0.14 | 290.56 | 0.71 | 0.51 |
| Hex | BF | 29 | DB | D | 51 | 0 | E | 123 | 47 | 33 |
| Octal | 277 | 51 | 333 | 15 | 121 | 0 | 16 | 443 | 107 | 63 |
| Binary | 10111111 | 101001 | 11011011 | 1101 | 1010001 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #BF29DB
Complementary color
Monochromatic Colors of #BF29DB
Black with #BF29DB
Text Example
Text Example
White with #BF29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF29DB; }
p { color: rgb(191,41,219); }
H1.HeaderClassName
{
color: #BF29DB;
}
.AnyTagClassName
{
color: #BF29DB;
}
</style>
background-color css
<style>
a { background-color: #BF29DB; }
a { background-color: rgb(191,41,219); }
div.DivClassName
{
background-color: #BF29DB;
}
.BgClassName
{
background-color: #BF29DB;
}
</style>
border-color css
<style>
span { border-color: #BF29DB; }
span { border-color: rgb(191,41,219); }
td.TdClassName
{
border-color: #BF29DB;
}
.TagClassName
{
border-color: #BF29DB;
}
</style>