Shades of Medium Orchid #BF2FDD
Tints of Medium Orchid #BF2FDD
RGB
CMYK
RGB Variations
Color information
#BF2FDD (or 0xBF2FDD) is known color: Medium Orchid. HEX triplet: BF, 2F and DD. RGB value is (191,47,221). Sum of RGB (Red+Green+Blue) = 191+47+221=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2FDD is #40D022. Grayscale: #6D6D6D. Windows color (decimal): -4247587 or 14495679. OLE color: 14495679.
HSL color Cylindrical-coordinate representation of color #BF2FDD: hue angle of 289.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2FDD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 47 | 221 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.13 |
| HSL | 289.66º | 0.72% | 0.53% | - |
| HSV(B) | 289.66º | 0.79% | 0.87% | - |
| XYZ | 35.55 | 18.33 | 70.07 | - |
| YUV | 109.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 221 | 0.14 | 0.79 | 0 | 0.13 | 289.66 | 0.72 | 0.53 |
| Hex | BF | 2F | DD | E | 4F | 0 | D | 122 | 48 | 35 |
| Octal | 277 | 57 | 335 | 16 | 117 | 0 | 15 | 442 | 110 | 65 |
| Binary | 10111111 | 101111 | 11011101 | 1110 | 1001111 | 0 | 1101 | 100100010 | 1001000 | 110101 |
Color Harmonies of #BF2FDD
Complementary color
Monochromatic Colors of #BF2FDD
Black with #BF2FDD
Text Example
Text Example
White with #BF2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FDD; }
p { color: rgb(191,47,221); }
H1.HeaderClassName
{
color: #BF2FDD;
}
.AnyTagClassName
{
color: #BF2FDD;
}
</style>
background-color css
<style>
a { background-color: #BF2FDD; }
a { background-color: rgb(191,47,221); }
div.DivClassName
{
background-color: #BF2FDD;
}
.BgClassName
{
background-color: #BF2FDD;
}
</style>
border-color css
<style>
span { border-color: #BF2FDD; }
span { border-color: rgb(191,47,221); }
td.TdClassName
{
border-color: #BF2FDD;
}
.TagClassName
{
border-color: #BF2FDD;
}
</style>