Shades of Dark Orchid #BF2ADB
Tints of Dark Orchid #BF2ADB
RGB
CMYK
RGB Variations
Color information
#BF2ADB (or 0xBF2ADB) is known color: Dark Orchid. HEX triplet: BF, 2A and DB. RGB value is (191,42,219). Sum of RGB (Red+Green+Blue) = 191+42+219=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ADB is #40D524. Grayscale: #6A6A6A. Windows color (decimal): -4248869 or 14363327. OLE color: 14363327.
HSL color Cylindrical-coordinate representation of color #BF2ADB: hue angle of 290.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2ADB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 42 | 219 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.14 |
| HSL | 290.51º | 0.71% | 0.51% | - |
| HSV(B) | 290.51º | 0.81% | 0.86% | - |
| XYZ | 35.1 | 17.85 | 68.61 | - |
| YUV | 106.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 219 | 0.13 | 0.81 | 0 | 0.14 | 290.51 | 0.71 | 0.51 |
| Hex | BF | 2A | DB | D | 51 | 0 | E | 123 | 47 | 33 |
| Octal | 277 | 52 | 333 | 15 | 121 | 0 | 16 | 443 | 107 | 63 |
| Binary | 10111111 | 101010 | 11011011 | 1101 | 1010001 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #BF2ADB
Complementary color
Monochromatic Colors of #BF2ADB
Black with #BF2ADB
Text Example
Text Example
White with #BF2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ADB; }
p { color: rgb(191,42,219); }
H1.HeaderClassName
{
color: #BF2ADB;
}
.AnyTagClassName
{
color: #BF2ADB;
}
</style>
background-color css
<style>
a { background-color: #BF2ADB; }
a { background-color: rgb(191,42,219); }
div.DivClassName
{
background-color: #BF2ADB;
}
.BgClassName
{
background-color: #BF2ADB;
}
</style>
border-color css
<style>
span { border-color: #BF2ADB; }
span { border-color: rgb(191,42,219); }
td.TdClassName
{
border-color: #BF2ADB;
}
.TagClassName
{
border-color: #BF2ADB;
}
</style>