Shades of Dark Orchid #BF28DE
Tints of Dark Orchid #BF28DE
RGB
CMYK
RGB Variations
Color information
#BF28DE (or 0xBF28DE) is known color: Dark Orchid. HEX triplet: BF, 28 and DE. RGB value is (191,40,222). Sum of RGB (Red+Green+Blue) = 191+40+222=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28DE is #40D721. Grayscale: #696969. Windows color (decimal): -4249378 or 14559423. OLE color: 14559423.
HSL color Cylindrical-coordinate representation of color #BF28DE: hue angle of 289.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF28DE is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 40 | 222 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.13 |
| HSL | 289.78º | 0.73% | 0.51% | - |
| HSV(B) | 289.78º | 0.82% | 0.87% | - |
| XYZ | 35.43 | 17.87 | 70.69 | - |
| YUV | 105.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 222 | 0.14 | 0.82 | 0 | 0.13 | 289.78 | 0.73 | 0.51 |
| Hex | BF | 28 | DE | E | 52 | 0 | D | 122 | 49 | 33 |
| Octal | 277 | 50 | 336 | 16 | 122 | 0 | 15 | 442 | 111 | 63 |
| Binary | 10111111 | 101000 | 11011110 | 1110 | 1010010 | 0 | 1101 | 100100010 | 1001001 | 110011 |
Color Harmonies of #BF28DE
Complementary color
Monochromatic Colors of #BF28DE
Black with #BF28DE
Text Example
Text Example
White with #BF28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28DE; }
p { color: rgb(191,40,222); }
H1.HeaderClassName
{
color: #BF28DE;
}
.AnyTagClassName
{
color: #BF28DE;
}
</style>
background-color css
<style>
a { background-color: #BF28DE; }
a { background-color: rgb(191,40,222); }
div.DivClassName
{
background-color: #BF28DE;
}
.BgClassName
{
background-color: #BF28DE;
}
</style>
border-color css
<style>
span { border-color: #BF28DE; }
span { border-color: rgb(191,40,222); }
td.TdClassName
{
border-color: #BF28DE;
}
.TagClassName
{
border-color: #BF28DE;
}
</style>