Shades of Dark Orchid #BF2AD9
Tints of Dark Orchid #BF2AD9
RGB
CMYK
RGB Variations
Color information
#BF2AD9 (or 0xBF2AD9) is known color: Dark Orchid. HEX triplet: BF, 2A and D9. RGB value is (191,42,217). Sum of RGB (Red+Green+Blue) = 191+42+217=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2AD9 is #40D526. Grayscale: #696969. Windows color (decimal): -4248871 or 14232255. OLE color: 14232255.
HSL color Cylindrical-coordinate representation of color #BF2AD9: hue angle of 291.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2AD9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 42 | 217 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.15 |
| HSL | 291.09º | 0.7% | 0.51% | - |
| HSV(B) | 291.09º | 0.81% | 0.85% | - |
| XYZ | 34.84 | 17.74 | 67.23 | - |
| YUV | 106.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 217 | 0.12 | 0.81 | 0 | 0.15 | 291.09 | 0.7 | 0.51 |
| Hex | BF | 2A | D9 | C | 51 | 0 | F | 123 | 46 | 33 |
| Octal | 277 | 52 | 331 | 14 | 121 | 0 | 17 | 443 | 106 | 63 |
| Binary | 10111111 | 101010 | 11011001 | 1100 | 1010001 | 0 | 1111 | 100100011 | 1000110 | 110011 |
Color Harmonies of #BF2AD9
Complementary color
Monochromatic Colors of #BF2AD9
Black with #BF2AD9
Text Example
Text Example
White with #BF2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AD9; }
p { color: rgb(191,42,217); }
H1.HeaderClassName
{
color: #BF2AD9;
}
.AnyTagClassName
{
color: #BF2AD9;
}
</style>
background-color css
<style>
a { background-color: #BF2AD9; }
a { background-color: rgb(191,42,217); }
div.DivClassName
{
background-color: #BF2AD9;
}
.BgClassName
{
background-color: #BF2AD9;
}
</style>
border-color css
<style>
span { border-color: #BF2AD9; }
span { border-color: rgb(191,42,217); }
td.TdClassName
{
border-color: #BF2AD9;
}
.TagClassName
{
border-color: #BF2AD9;
}
</style>