Shades of Dark Orchid #BF2AD6
Tints of Dark Orchid #BF2AD6
RGB
CMYK
RGB Variations
Color information
#BF2AD6 (or 0xBF2AD6) is known color: Dark Orchid. HEX triplet: BF, 2A and D6. RGB value is (191,42,214). Sum of RGB (Red+Green+Blue) = 191+42+214=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF2AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2AD6 is #40D529. Grayscale: #696969. Windows color (decimal): -4248874 or 14035647. OLE color: 14035647.
HSL color Cylindrical-coordinate representation of color #BF2AD6: hue angle of 291.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2AD6 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 42 | 214 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.16 |
| HSL | 291.98º | 0.68% | 0.5% | - |
| HSV(B) | 291.98º | 0.8% | 0.84% | - |
| XYZ | 34.45 | 17.59 | 65.2 | - |
| YUV | 106.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 214 | 0.11 | 0.80 | 0 | 0.16 | 291.98 | 0.68 | 0.5 |
| Hex | BF | 2A | D6 | B | 50 | 0 | 10 | 124 | 44 | 32 |
| Octal | 277 | 52 | 326 | 13 | 120 | 0 | 20 | 444 | 104 | 62 |
| Binary | 10111111 | 101010 | 11010110 | 1011 | 1010000 | 0 | 10000 | 100100100 | 1000100 | 110010 |
Color Harmonies of #BF2AD6
Complementary color
Monochromatic Colors of #BF2AD6
Black with #BF2AD6
Text Example
Text Example
White with #BF2AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AD6; }
p { color: rgb(191,42,214); }
H1.HeaderClassName
{
color: #BF2AD6;
}
.AnyTagClassName
{
color: #BF2AD6;
}
</style>
background-color css
<style>
a { background-color: #BF2AD6; }
a { background-color: rgb(191,42,214); }
div.DivClassName
{
background-color: #BF2AD6;
}
.BgClassName
{
background-color: #BF2AD6;
}
</style>
border-color css
<style>
span { border-color: #BF2AD6; }
span { border-color: rgb(191,42,214); }
td.TdClassName
{
border-color: #BF2AD6;
}
.TagClassName
{
border-color: #BF2AD6;
}
</style>