Shades of Medium Orchid #BF3FDD
Tints of Medium Orchid #BF3FDD
RGB
CMYK
RGB Variations
Color information
#BF3FDD (or 0xBF3FDD) is known color: Medium Orchid. HEX triplet: BF, 3F and DD. RGB value is (191,63,221). Sum of RGB (Red+Green+Blue) = 191+63+221=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FDD is #40C022. Grayscale: #767676. Windows color (decimal): -4243491 or 14499775. OLE color: 14499775.
HSL color Cylindrical-coordinate representation of color #BF3FDD: hue angle of 288.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3FDD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 63 | 221 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 288.61º | 0.7% | 0.56% | - |
| HSV(B) | 288.61º | 0.71% | 0.87% | - |
| XYZ | 36.31 | 19.85 | 70.32 | - |
| YUV | 119.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 221 | 0.14 | 0.71 | 0 | 0.13 | 288.61 | 0.7 | 0.56 |
| Hex | BF | 3F | DD | E | 47 | 0 | D | 121 | 46 | 38 |
| Octal | 277 | 77 | 335 | 16 | 107 | 0 | 15 | 441 | 106 | 70 |
| Binary | 10111111 | 111111 | 11011101 | 1110 | 1000111 | 0 | 1101 | 100100001 | 1000110 | 111000 |
Color Harmonies of #BF3FDD
Complementary color
Monochromatic Colors of #BF3FDD
Black with #BF3FDD
Text Example
Text Example
White with #BF3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FDD; }
p { color: rgb(191,63,221); }
H1.HeaderClassName
{
color: #BF3FDD;
}
.AnyTagClassName
{
color: #BF3FDD;
}
</style>
background-color css
<style>
a { background-color: #BF3FDD; }
a { background-color: rgb(191,63,221); }
div.DivClassName
{
background-color: #BF3FDD;
}
.BgClassName
{
background-color: #BF3FDD;
}
</style>
border-color css
<style>
span { border-color: #BF3FDD; }
span { border-color: rgb(191,63,221); }
td.TdClassName
{
border-color: #BF3FDD;
}
.TagClassName
{
border-color: #BF3FDD;
}
</style>