Shades of Medium Orchid #BF2CDE
Tints of Medium Orchid #BF2CDE
RGB
CMYK
RGB Variations
Color information
#BF2CDE (or 0xBF2CDE) is known color: Medium Orchid. HEX triplet: BF, 2C and DE. RGB value is (191,44,222). Sum of RGB (Red+Green+Blue) = 191+44+222=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF2CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CDE is #40D321. Grayscale: #6B6B6B. Windows color (decimal): -4248354 or 14560447. OLE color: 14560447.
HSL color Cylindrical-coordinate representation of color #BF2CDE: hue angle of 289.55º degrees, saturation: 0.73, 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 #BF2CDE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 44 | 222 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.55º | 0.73% | 0.52% | - |
| HSV(B) | 289.55º | 0.8% | 0.87% | - |
| XYZ | 35.57 | 18.15 | 70.74 | - |
| YUV | 108.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 222 | 0.14 | 0.80 | 0 | 0.13 | 289.55 | 0.73 | 0.52 |
| Hex | BF | 2C | DE | E | 50 | 0 | D | 122 | 49 | 34 |
| Octal | 277 | 54 | 336 | 16 | 120 | 0 | 15 | 442 | 111 | 64 |
| Binary | 10111111 | 101100 | 11011110 | 1110 | 1010000 | 0 | 1101 | 100100010 | 1001001 | 110100 |
Color Harmonies of #BF2CDE
Complementary color
Monochromatic Colors of #BF2CDE
Black with #BF2CDE
Text Example
Text Example
White with #BF2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CDE; }
p { color: rgb(191,44,222); }
H1.HeaderClassName
{
color: #BF2CDE;
}
.AnyTagClassName
{
color: #BF2CDE;
}
</style>
background-color css
<style>
a { background-color: #BF2CDE; }
a { background-color: rgb(191,44,222); }
div.DivClassName
{
background-color: #BF2CDE;
}
.BgClassName
{
background-color: #BF2CDE;
}
</style>
border-color css
<style>
span { border-color: #BF2CDE; }
span { border-color: rgb(191,44,222); }
td.TdClassName
{
border-color: #BF2CDE;
}
.TagClassName
{
border-color: #BF2CDE;
}
</style>