Shades of Dark Orchid #BF28DB
Tints of Dark Orchid #BF28DB
RGB
CMYK
RGB Variations
Color information
#BF28DB (or 0xBF28DB) is known color: Dark Orchid. HEX triplet: BF, 28 and DB. RGB value is (191,40,219). Sum of RGB (Red+Green+Blue) = 191+40+219=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28DB is #40D724. Grayscale: #686868. Windows color (decimal): -4249381 or 14362815. OLE color: 14362815.
HSL color Cylindrical-coordinate representation of color #BF28DB: hue angle of 290.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF28DB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 40 | 219 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.14 |
| HSL | 290.61º | 0.71% | 0.51% | - |
| HSV(B) | 290.61º | 0.82% | 0.86% | - |
| XYZ | 35.03 | 17.71 | 68.59 | - |
| YUV | 105.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 219 | 0.13 | 0.82 | 0 | 0.14 | 290.61 | 0.71 | 0.51 |
| Hex | BF | 28 | DB | D | 52 | 0 | E | 123 | 47 | 33 |
| Octal | 277 | 50 | 333 | 15 | 122 | 0 | 16 | 443 | 107 | 63 |
| Binary | 10111111 | 101000 | 11011011 | 1101 | 1010010 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #BF28DB
Complementary color
Monochromatic Colors of #BF28DB
Black with #BF28DB
Text Example
Text Example
White with #BF28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28DB; }
p { color: rgb(191,40,219); }
H1.HeaderClassName
{
color: #BF28DB;
}
.AnyTagClassName
{
color: #BF28DB;
}
</style>
background-color css
<style>
a { background-color: #BF28DB; }
a { background-color: rgb(191,40,219); }
div.DivClassName
{
background-color: #BF28DB;
}
.BgClassName
{
background-color: #BF28DB;
}
</style>
border-color css
<style>
span { border-color: #BF28DB; }
span { border-color: rgb(191,40,219); }
td.TdClassName
{
border-color: #BF28DB;
}
.TagClassName
{
border-color: #BF28DB;
}
</style>