Shades of Medium Orchid #BF2CDB
Tints of Medium Orchid #BF2CDB
RGB
CMYK
RGB Variations
Color information
#BF2CDB (or 0xBF2CDB) is known color: Medium Orchid. HEX triplet: BF, 2C and DB. RGB value is (191,44,219). Sum of RGB (Red+Green+Blue) = 191+44+219=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF2CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CDB is #40D324. Grayscale: #6B6B6B. Windows color (decimal): -4248357 or 14363839. OLE color: 14363839.
HSL color Cylindrical-coordinate representation of color #BF2CDB: hue angle of 290.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2CDB is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 44 | 219 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.14 |
| HSL | 290.4º | 0.71% | 0.52% | - |
| HSV(B) | 290.4º | 0.8% | 0.86% | - |
| XYZ | 35.17 | 17.99 | 68.64 | - |
| YUV | 107.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 219 | 0.13 | 0.80 | 0 | 0.14 | 290.4 | 0.71 | 0.52 |
| Hex | BF | 2C | DB | D | 50 | 0 | E | 122 | 47 | 34 |
| Octal | 277 | 54 | 333 | 15 | 120 | 0 | 16 | 442 | 107 | 64 |
| Binary | 10111111 | 101100 | 11011011 | 1101 | 1010000 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #BF2CDB
Complementary color
Monochromatic Colors of #BF2CDB
Black with #BF2CDB
Text Example
Text Example
White with #BF2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CDB; }
p { color: rgb(191,44,219); }
H1.HeaderClassName
{
color: #BF2CDB;
}
.AnyTagClassName
{
color: #BF2CDB;
}
</style>
background-color css
<style>
a { background-color: #BF2CDB; }
a { background-color: rgb(191,44,219); }
div.DivClassName
{
background-color: #BF2CDB;
}
.BgClassName
{
background-color: #BF2CDB;
}
</style>
border-color css
<style>
span { border-color: #BF2CDB; }
span { border-color: rgb(191,44,219); }
td.TdClassName
{
border-color: #BF2CDB;
}
.TagClassName
{
border-color: #BF2CDB;
}
</style>