Shades of Dark Orchid #BF2AD5
Tints of Dark Orchid #BF2AD5
RGB
CMYK
RGB Variations
Color information
#BF2AD5 (or 0xBF2AD5) is known color: Dark Orchid. HEX triplet: BF, 2A and D5. RGB value is (191,42,213). Sum of RGB (Red+Green+Blue) = 191+42+213=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF2AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2AD5 is #40D52A. Grayscale: #696969. Windows color (decimal): -4248875 or 13970111. OLE color: 13970111.
HSL color Cylindrical-coordinate representation of color #BF2AD5: hue angle of 292.28º degrees, saturation: 0.67, 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 #BF2AD5 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 42 | 213 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.16 |
| HSL | 292.28º | 0.67% | 0.5% | - |
| HSV(B) | 292.28º | 0.8% | 0.84% | - |
| XYZ | 34.32 | 17.54 | 64.53 | - |
| YUV | 106.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 213 | 0.10 | 0.80 | 0 | 0.16 | 292.28 | 0.67 | 0.5 |
| Hex | BF | 2A | D5 | A | 50 | 0 | 10 | 124 | 43 | 32 |
| Octal | 277 | 52 | 325 | 12 | 120 | 0 | 20 | 444 | 103 | 62 |
| Binary | 10111111 | 101010 | 11010101 | 1010 | 1010000 | 0 | 10000 | 100100100 | 1000011 | 110010 |
Color Harmonies of #BF2AD5
Complementary color
Monochromatic Colors of #BF2AD5
Black with #BF2AD5
Text Example
Text Example
White with #BF2AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2AD5; }
p { color: rgb(191,42,213); }
H1.HeaderClassName
{
color: #BF2AD5;
}
.AnyTagClassName
{
color: #BF2AD5;
}
</style>
background-color css
<style>
a { background-color: #BF2AD5; }
a { background-color: rgb(191,42,213); }
div.DivClassName
{
background-color: #BF2AD5;
}
.BgClassName
{
background-color: #BF2AD5;
}
</style>
border-color css
<style>
span { border-color: #BF2AD5; }
span { border-color: rgb(191,42,213); }
td.TdClassName
{
border-color: #BF2AD5;
}
.TagClassName
{
border-color: #BF2AD5;
}
</style>