Shades of Dark Orchid #BF2ADA
Tints of Dark Orchid #BF2ADA
RGB
CMYK
RGB Variations
Color information
#BF2ADA (or 0xBF2ADA) is known color: Dark Orchid. HEX triplet: BF, 2A and DA. RGB value is (191,42,218). Sum of RGB (Red+Green+Blue) = 191+42+218=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ADA is #40D525. Grayscale: #6A6A6A. Windows color (decimal): -4248870 or 14297791. OLE color: 14297791.
HSL color Cylindrical-coordinate representation of color #BF2ADA: hue angle of 290.8º 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 #BF2ADA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 42 | 218 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.15 |
| HSL | 290.8º | 0.7% | 0.51% | - |
| HSV(B) | 290.8º | 0.81% | 0.85% | - |
| XYZ | 34.97 | 17.79 | 67.92 | - |
| YUV | 106.62 | 190.86 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 218 | 0.12 | 0.81 | 0 | 0.15 | 290.8 | 0.7 | 0.51 |
| Hex | BF | 2A | DA | C | 51 | 0 | F | 123 | 46 | 33 |
| Octal | 277 | 52 | 332 | 14 | 121 | 0 | 17 | 443 | 106 | 63 |
| Binary | 10111111 | 101010 | 11011010 | 1100 | 1010001 | 0 | 1111 | 100100011 | 1000110 | 110011 |
Color Harmonies of #BF2ADA
Complementary color
Monochromatic Colors of #BF2ADA
Black with #BF2ADA
Text Example
Text Example
White with #BF2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ADA; }
p { color: rgb(191,42,218); }
H1.HeaderClassName
{
color: #BF2ADA;
}
.AnyTagClassName
{
color: #BF2ADA;
}
</style>
background-color css
<style>
a { background-color: #BF2ADA; }
a { background-color: rgb(191,42,218); }
div.DivClassName
{
background-color: #BF2ADA;
}
.BgClassName
{
background-color: #BF2ADA;
}
</style>
border-color css
<style>
span { border-color: #BF2ADA; }
span { border-color: rgb(191,42,218); }
td.TdClassName
{
border-color: #BF2ADA;
}
.TagClassName
{
border-color: #BF2ADA;
}
</style>