Shades of Dark Orchid #BF28D7
Tints of Dark Orchid #BF28D7
RGB
CMYK
RGB Variations
Color information
#BF28D7 (or 0xBF28D7) is known color: Dark Orchid. HEX triplet: BF, 28 and D7. RGB value is (191,40,215). Sum of RGB (Red+Green+Blue) = 191+40+215=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF28D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28D7 is #40D728. Grayscale: #686868. Windows color (decimal): -4249385 or 14100671. OLE color: 14100671.
HSL color Cylindrical-coordinate representation of color #BF28D7: hue angle of 291.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF28D7 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 40 | 215 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.16 |
| HSL | 291.77º | 0.69% | 0.5% | - |
| HSV(B) | 291.77º | 0.81% | 0.84% | - |
| XYZ | 34.51 | 17.5 | 65.85 | - |
| YUV | 105.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 215 | 0.11 | 0.81 | 0 | 0.16 | 291.77 | 0.69 | 0.5 |
| Hex | BF | 28 | D7 | B | 51 | 0 | 10 | 124 | 45 | 32 |
| Octal | 277 | 50 | 327 | 13 | 121 | 0 | 20 | 444 | 105 | 62 |
| Binary | 10111111 | 101000 | 11010111 | 1011 | 1010001 | 0 | 10000 | 100100100 | 1000101 | 110010 |
Color Harmonies of #BF28D7
Complementary color
Monochromatic Colors of #BF28D7
Black with #BF28D7
Text Example
Text Example
White with #BF28D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28D7; }
p { color: rgb(191,40,215); }
H1.HeaderClassName
{
color: #BF28D7;
}
.AnyTagClassName
{
color: #BF28D7;
}
</style>
background-color css
<style>
a { background-color: #BF28D7; }
a { background-color: rgb(191,40,215); }
div.DivClassName
{
background-color: #BF28D7;
}
.BgClassName
{
background-color: #BF28D7;
}
</style>
border-color css
<style>
span { border-color: #BF28D7; }
span { border-color: rgb(191,40,215); }
td.TdClassName
{
border-color: #BF28D7;
}
.TagClassName
{
border-color: #BF28D7;
}
</style>