Shades of Medium Orchid #BF2CDD
Tints of Medium Orchid #BF2CDD
RGB
CMYK
RGB Variations
Color information
#BF2CDD (or 0xBF2CDD) is known color: Medium Orchid. HEX triplet: BF, 2C and DD. RGB value is (191,44,221). Sum of RGB (Red+Green+Blue) = 191+44+221=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CDD is #40D322. Grayscale: #6B6B6B. Windows color (decimal): -4248355 or 14494911. OLE color: 14494911.
HSL color Cylindrical-coordinate representation of color #BF2CDD: hue angle of 289.83º 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 #BF2CDD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 44 | 221 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.83º | 0.72% | 0.52% | - |
| HSV(B) | 289.83º | 0.8% | 0.87% | - |
| XYZ | 35.44 | 18.1 | 70.03 | - |
| YUV | 108.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 221 | 0.14 | 0.80 | 0 | 0.13 | 289.83 | 0.72 | 0.52 |
| Hex | BF | 2C | DD | E | 50 | 0 | D | 122 | 48 | 34 |
| Octal | 277 | 54 | 335 | 16 | 120 | 0 | 15 | 442 | 110 | 64 |
| Binary | 10111111 | 101100 | 11011101 | 1110 | 1010000 | 0 | 1101 | 100100010 | 1001000 | 110100 |
Color Harmonies of #BF2CDD
Complementary color
Monochromatic Colors of #BF2CDD
Black with #BF2CDD
Text Example
Text Example
White with #BF2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CDD; }
p { color: rgb(191,44,221); }
H1.HeaderClassName
{
color: #BF2CDD;
}
.AnyTagClassName
{
color: #BF2CDD;
}
</style>
background-color css
<style>
a { background-color: #BF2CDD; }
a { background-color: rgb(191,44,221); }
div.DivClassName
{
background-color: #BF2CDD;
}
.BgClassName
{
background-color: #BF2CDD;
}
</style>
border-color css
<style>
span { border-color: #BF2CDD; }
span { border-color: rgb(191,44,221); }
td.TdClassName
{
border-color: #BF2CDD;
}
.TagClassName
{
border-color: #BF2CDD;
}
</style>