Shades of Medium Orchid #BF2CDF
Tints of Medium Orchid #BF2CDF
RGB
CMYK
RGB Variations
Color information
#BF2CDF (or 0xBF2CDF) is known color: Medium Orchid. HEX triplet: BF, 2C and DF. RGB value is (191,44,223). Sum of RGB (Red+Green+Blue) = 191+44+223=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CDF is #40D320. Grayscale: #6B6B6B. Windows color (decimal): -4248353 or 14625983. OLE color: 14625983.
HSL color Cylindrical-coordinate representation of color #BF2CDF: hue angle of 289.27º degrees, saturation: 0.74, 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 #BF2CDF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 44 | 223 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.27º | 0.74% | 0.52% | - |
| HSV(B) | 289.27º | 0.8% | 0.87% | - |
| XYZ | 35.71 | 18.21 | 71.44 | - |
| YUV | 108.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 223 | 0.14 | 0.80 | 0 | 0.13 | 289.27 | 0.74 | 0.52 |
| Hex | BF | 2C | DF | E | 50 | 0 | D | 121 | 4A | 34 |
| Octal | 277 | 54 | 337 | 16 | 120 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111111 | 101100 | 11011111 | 1110 | 1010000 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BF2CDF
Complementary color
Monochromatic Colors of #BF2CDF
Black with #BF2CDF
Text Example
Text Example
White with #BF2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CDF; }
p { color: rgb(191,44,223); }
H1.HeaderClassName
{
color: #BF2CDF;
}
.AnyTagClassName
{
color: #BF2CDF;
}
</style>
background-color css
<style>
a { background-color: #BF2CDF; }
a { background-color: rgb(191,44,223); }
div.DivClassName
{
background-color: #BF2CDF;
}
.BgClassName
{
background-color: #BF2CDF;
}
</style>
border-color css
<style>
span { border-color: #BF2CDF; }
span { border-color: rgb(191,44,223); }
td.TdClassName
{
border-color: #BF2CDF;
}
.TagClassName
{
border-color: #BF2CDF;
}
</style>