Shades of Dark Orchid #BF2AD8
Tints of Dark Orchid #BF2AD8
RGB
CMYK
RGB Variations
Color information
#BF2AD8 (or 0xBF2AD8) is known color: Dark Orchid. HEX triplet: BF, 2A and D8. RGB value is (191,42,216). Sum of RGB (Red+Green+Blue) = 191+42+216=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2AD8 is #40D527. Grayscale: #696969. Windows color (decimal): -4248872 or 14166719. OLE color: 14166719.
HSL color Cylindrical-coordinate representation of color #BF2AD8: hue angle of 291.38º degrees, saturation: 0.69, 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 #BF2AD8 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 42 | 216 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.15 |
| HSL | 291.38º | 0.69% | 0.51% | - |
| HSV(B) | 291.38º | 0.81% | 0.85% | - |
| XYZ | 34.71 | 17.69 | 66.55 | - |
| YUV | 106.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 216 | 0.12 | 0.81 | 0 | 0.15 | 291.38 | 0.69 | 0.51 |
| Hex | BF | 2A | D8 | C | 51 | 0 | F | 123 | 45 | 33 |
| Octal | 277 | 52 | 330 | 14 | 121 | 0 | 17 | 443 | 105 | 63 |
| Binary | 10111111 | 101010 | 11011000 | 1100 | 1010001 | 0 | 1111 | 100100011 | 1000101 | 110011 |
Color Harmonies of #BF2AD8
Complementary color
Monochromatic Colors of #BF2AD8
Black with #BF2AD8
Text Example
Text Example
White with #BF2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AD8; }
p { color: rgb(191,42,216); }
H1.HeaderClassName
{
color: #BF2AD8;
}
.AnyTagClassName
{
color: #BF2AD8;
}
</style>
background-color css
<style>
a { background-color: #BF2AD8; }
a { background-color: rgb(191,42,216); }
div.DivClassName
{
background-color: #BF2AD8;
}
.BgClassName
{
background-color: #BF2AD8;
}
</style>
border-color css
<style>
span { border-color: #BF2AD8; }
span { border-color: rgb(191,42,216); }
td.TdClassName
{
border-color: #BF2AD8;
}
.TagClassName
{
border-color: #BF2AD8;
}
</style>