Shades of Medium Orchid #BF2DDD
Tints of Medium Orchid #BF2DDD
RGB
CMYK
RGB Variations
Color information
#BF2DDD (or 0xBF2DDD) is known color: Medium Orchid. HEX triplet: BF, 2D and DD. RGB value is (191,45,221). Sum of RGB (Red+Green+Blue) = 191+45+221=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DDD is #40D222. Grayscale: #6C6C6C. Windows color (decimal): -4248099 or 14495167. OLE color: 14495167.
HSL color Cylindrical-coordinate representation of color #BF2DDD: hue angle of 289.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2DDD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 45 | 221 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.77º | 0.72% | 0.52% | - |
| HSV(B) | 289.77º | 0.8% | 0.87% | - |
| XYZ | 35.48 | 18.17 | 70.04 | - |
| YUV | 108.72 | 191.37 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 221 | 0.14 | 0.80 | 0 | 0.13 | 289.77 | 0.72 | 0.52 |
| Hex | BF | 2D | DD | E | 50 | 0 | D | 122 | 48 | 34 |
| Octal | 277 | 55 | 335 | 16 | 120 | 0 | 15 | 442 | 110 | 64 |
| Binary | 10111111 | 101101 | 11011101 | 1110 | 1010000 | 0 | 1101 | 100100010 | 1001000 | 110100 |
Color Harmonies of #BF2DDD
Complementary color
Monochromatic Colors of #BF2DDD
Black with #BF2DDD
Text Example
Text Example
White with #BF2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DDD; }
p { color: rgb(191,45,221); }
H1.HeaderClassName
{
color: #BF2DDD;
}
.AnyTagClassName
{
color: #BF2DDD;
}
</style>
background-color css
<style>
a { background-color: #BF2DDD; }
a { background-color: rgb(191,45,221); }
div.DivClassName
{
background-color: #BF2DDD;
}
.BgClassName
{
background-color: #BF2DDD;
}
</style>
border-color css
<style>
span { border-color: #BF2DDD; }
span { border-color: rgb(191,45,221); }
td.TdClassName
{
border-color: #BF2DDD;
}
.TagClassName
{
border-color: #BF2DDD;
}
</style>