Shades of Medium Orchid #BF3FDF
Tints of Medium Orchid #BF3FDF
RGB
CMYK
RGB Variations
Color information
#BF3FDF (or 0xBF3FDF) is known color: Medium Orchid. HEX triplet: BF, 3F and DF. RGB value is (191,63,223). Sum of RGB (Red+Green+Blue) = 191+63+223=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FDF is #40C020. Grayscale: #777777. Windows color (decimal): -4243489 or 14630847. OLE color: 14630847.
HSL color Cylindrical-coordinate representation of color #BF3FDF: hue angle of 288º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3FDF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 63 | 223 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.13 |
| HSL | 288º | 0.71% | 0.56% | - |
| HSV(B) | 288º | 0.72% | 0.87% | - |
| XYZ | 36.58 | 19.96 | 71.74 | - |
| YUV | 119.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 223 | 0.14 | 0.72 | 0 | 0.13 | 288 | 0.71 | 0.56 |
| Hex | BF | 3F | DF | E | 48 | 0 | D | 120 | 47 | 38 |
| Octal | 277 | 77 | 337 | 16 | 110 | 0 | 15 | 440 | 107 | 70 |
| Binary | 10111111 | 111111 | 11011111 | 1110 | 1001000 | 0 | 1101 | 100100000 | 1000111 | 111000 |
Color Harmonies of #BF3FDF
Complementary color
Monochromatic Colors of #BF3FDF
Black with #BF3FDF
Text Example
Text Example
White with #BF3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FDF; }
p { color: rgb(191,63,223); }
H1.HeaderClassName
{
color: #BF3FDF;
}
.AnyTagClassName
{
color: #BF3FDF;
}
</style>
background-color css
<style>
a { background-color: #BF3FDF; }
a { background-color: rgb(191,63,223); }
div.DivClassName
{
background-color: #BF3FDF;
}
.BgClassName
{
background-color: #BF3FDF;
}
</style>
border-color css
<style>
span { border-color: #BF3FDF; }
span { border-color: rgb(191,63,223); }
td.TdClassName
{
border-color: #BF3FDF;
}
.TagClassName
{
border-color: #BF3FDF;
}
</style>