Shades of Medium Orchid #BF2DDB
Tints of Medium Orchid #BF2DDB
RGB
CMYK
RGB Variations
Color information
#BF2DDB (or 0xBF2DDB) is known color: Medium Orchid. HEX triplet: BF, 2D and DB. RGB value is (191,45,219). Sum of RGB (Red+Green+Blue) = 191+45+219=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DDB is #40D224. Grayscale: #6B6B6B. Windows color (decimal): -4248101 or 14364095. OLE color: 14364095.
HSL color Cylindrical-coordinate representation of color #BF2DDB: hue angle of 290.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2DDB is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 45 | 219 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.14 |
| HSL | 290.34º | 0.71% | 0.52% | - |
| HSV(B) | 290.34º | 0.79% | 0.86% | - |
| XYZ | 35.21 | 18.07 | 68.65 | - |
| YUV | 108.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 219 | 0.13 | 0.79 | 0 | 0.14 | 290.34 | 0.71 | 0.52 |
| Hex | BF | 2D | DB | D | 4F | 0 | E | 122 | 47 | 34 |
| Octal | 277 | 55 | 333 | 15 | 117 | 0 | 16 | 442 | 107 | 64 |
| Binary | 10111111 | 101101 | 11011011 | 1101 | 1001111 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #BF2DDB
Complementary color
Monochromatic Colors of #BF2DDB
Black with #BF2DDB
Text Example
Text Example
White with #BF2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DDB; }
p { color: rgb(191,45,219); }
H1.HeaderClassName
{
color: #BF2DDB;
}
.AnyTagClassName
{
color: #BF2DDB;
}
</style>
background-color css
<style>
a { background-color: #BF2DDB; }
a { background-color: rgb(191,45,219); }
div.DivClassName
{
background-color: #BF2DDB;
}
.BgClassName
{
background-color: #BF2DDB;
}
</style>
border-color css
<style>
span { border-color: #BF2DDB; }
span { border-color: rgb(191,45,219); }
td.TdClassName
{
border-color: #BF2DDB;
}
.TagClassName
{
border-color: #BF2DDB;
}
</style>