Shades of Dark Orchid #BF28DC
Tints of Dark Orchid #BF28DC
RGB
CMYK
RGB Variations
Color information
#BF28DC (or 0xBF28DC) is known color: Dark Orchid. HEX triplet: BF, 28 and DC. RGB value is (191,40,220). Sum of RGB (Red+Green+Blue) = 191+40+220=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28DC is #40D723. Grayscale: #696969. Windows color (decimal): -4249380 or 14428351. OLE color: 14428351.
HSL color Cylindrical-coordinate representation of color #BF28DC: hue angle of 290.33º degrees, saturation: 0.72, 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 #BF28DC is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 40 | 220 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.14 |
| HSL | 290.33º | 0.72% | 0.51% | - |
| HSV(B) | 290.33º | 0.82% | 0.86% | - |
| XYZ | 35.16 | 17.76 | 69.29 | - |
| YUV | 105.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 220 | 0.13 | 0.82 | 0 | 0.14 | 290.33 | 0.72 | 0.51 |
| Hex | BF | 28 | DC | D | 52 | 0 | E | 122 | 48 | 33 |
| Octal | 277 | 50 | 334 | 15 | 122 | 0 | 16 | 442 | 110 | 63 |
| Binary | 10111111 | 101000 | 11011100 | 1101 | 1010010 | 0 | 1110 | 100100010 | 1001000 | 110011 |
Color Harmonies of #BF28DC
Complementary color
Monochromatic Colors of #BF28DC
Black with #BF28DC
Text Example
Text Example
White with #BF28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28DC; }
p { color: rgb(191,40,220); }
H1.HeaderClassName
{
color: #BF28DC;
}
.AnyTagClassName
{
color: #BF28DC;
}
</style>
background-color css
<style>
a { background-color: #BF28DC; }
a { background-color: rgb(191,40,220); }
div.DivClassName
{
background-color: #BF28DC;
}
.BgClassName
{
background-color: #BF28DC;
}
</style>
border-color css
<style>
span { border-color: #BF28DC; }
span { border-color: rgb(191,40,220); }
td.TdClassName
{
border-color: #BF28DC;
}
.TagClassName
{
border-color: #BF28DC;
}
</style>