Shades of Medium Orchid #BF2DDF
Tints of Medium Orchid #BF2DDF
RGB
CMYK
RGB Variations
Color information
#BF2DDF (or 0xBF2DDF) is known color: Medium Orchid. HEX triplet: BF, 2D and DF. RGB value is (191,45,223). Sum of RGB (Red+Green+Blue) = 191+45+223=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DDF is #40D220. Grayscale: #6C6C6C. Windows color (decimal): -4248097 or 14626239. OLE color: 14626239.
HSL color Cylindrical-coordinate representation of color #BF2DDF: hue angle of 289.21º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2DDF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 45 | 223 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.21º | 0.74% | 0.53% | - |
| HSV(B) | 289.21º | 0.8% | 0.87% | - |
| XYZ | 35.74 | 18.28 | 71.46 | - |
| YUV | 108.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 223 | 0.14 | 0.80 | 0 | 0.13 | 289.21 | 0.74 | 0.53 |
| Hex | BF | 2D | DF | E | 50 | 0 | D | 121 | 4A | 35 |
| Octal | 277 | 55 | 337 | 16 | 120 | 0 | 15 | 441 | 112 | 65 |
| Binary | 10111111 | 101101 | 11011111 | 1110 | 1010000 | 0 | 1101 | 100100001 | 1001010 | 110101 |
Color Harmonies of #BF2DDF
Complementary color
Monochromatic Colors of #BF2DDF
Black with #BF2DDF
Text Example
Text Example
White with #BF2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DDF; }
p { color: rgb(191,45,223); }
H1.HeaderClassName
{
color: #BF2DDF;
}
.AnyTagClassName
{
color: #BF2DDF;
}
</style>
background-color css
<style>
a { background-color: #BF2DDF; }
a { background-color: rgb(191,45,223); }
div.DivClassName
{
background-color: #BF2DDF;
}
.BgClassName
{
background-color: #BF2DDF;
}
</style>
border-color css
<style>
span { border-color: #BF2DDF; }
span { border-color: rgb(191,45,223); }
td.TdClassName
{
border-color: #BF2DDF;
}
.TagClassName
{
border-color: #BF2DDF;
}
</style>