Shades of Dark Orchid #BF28DA
Tints of Dark Orchid #BF28DA
RGB
CMYK
RGB Variations
Color information
#BF28DA (or 0xBF28DA) is known color: Dark Orchid. HEX triplet: BF, 28 and DA. RGB value is (191,40,218). Sum of RGB (Red+Green+Blue) = 191+40+218=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28DA is #40D725. Grayscale: #686868. Windows color (decimal): -4249382 or 14297279. OLE color: 14297279.
HSL color Cylindrical-coordinate representation of color #BF28DA: hue angle of 290.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF28DA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 40 | 218 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.15 |
| HSL | 290.9º | 0.71% | 0.51% | - |
| HSV(B) | 290.9º | 0.82% | 0.85% | - |
| XYZ | 34.9 | 17.66 | 67.9 | - |
| YUV | 105.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 218 | 0.12 | 0.82 | 0 | 0.15 | 290.9 | 0.71 | 0.51 |
| Hex | BF | 28 | DA | C | 52 | 0 | F | 123 | 47 | 33 |
| Octal | 277 | 50 | 332 | 14 | 122 | 0 | 17 | 443 | 107 | 63 |
| Binary | 10111111 | 101000 | 11011010 | 1100 | 1010010 | 0 | 1111 | 100100011 | 1000111 | 110011 |
Color Harmonies of #BF28DA
Complementary color
Monochromatic Colors of #BF28DA
Black with #BF28DA
Text Example
Text Example
White with #BF28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28DA; }
p { color: rgb(191,40,218); }
H1.HeaderClassName
{
color: #BF28DA;
}
.AnyTagClassName
{
color: #BF28DA;
}
</style>
background-color css
<style>
a { background-color: #BF28DA; }
a { background-color: rgb(191,40,218); }
div.DivClassName
{
background-color: #BF28DA;
}
.BgClassName
{
background-color: #BF28DA;
}
</style>
border-color css
<style>
span { border-color: #BF28DA; }
span { border-color: rgb(191,40,218); }
td.TdClassName
{
border-color: #BF28DA;
}
.TagClassName
{
border-color: #BF28DA;
}
</style>