Shades of Medium Orchid #BF3BDF
Tints of Medium Orchid #BF3BDF
RGB
CMYK
RGB Variations
Color information
#BF3BDF (or 0xBF3BDF) is known color: Medium Orchid. HEX triplet: BF, 3B and DF. RGB value is (191,59,223). Sum of RGB (Red+Green+Blue) = 191+59+223=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF3BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BDF is #40C420. Grayscale: #747474. Windows color (decimal): -4244513 or 14629823. OLE color: 14629823.
HSL color Cylindrical-coordinate representation of color #BF3BDF: hue angle of 288.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3BDF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 59 | 223 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.13 |
| HSL | 288.29º | 0.72% | 0.55% | - |
| HSV(B) | 288.29º | 0.74% | 0.87% | - |
| XYZ | 36.37 | 19.53 | 71.67 | - |
| YUV | 117.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 223 | 0.14 | 0.74 | 0 | 0.13 | 288.29 | 0.72 | 0.55 |
| Hex | BF | 3B | DF | E | 4A | 0 | D | 120 | 48 | 37 |
| Octal | 277 | 73 | 337 | 16 | 112 | 0 | 15 | 440 | 110 | 67 |
| Binary | 10111111 | 111011 | 11011111 | 1110 | 1001010 | 0 | 1101 | 100100000 | 1001000 | 110111 |
Color Harmonies of #BF3BDF
Complementary color
Monochromatic Colors of #BF3BDF
Black with #BF3BDF
Text Example
Text Example
White with #BF3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BDF; }
p { color: rgb(191,59,223); }
H1.HeaderClassName
{
color: #BF3BDF;
}
.AnyTagClassName
{
color: #BF3BDF;
}
</style>
background-color css
<style>
a { background-color: #BF3BDF; }
a { background-color: rgb(191,59,223); }
div.DivClassName
{
background-color: #BF3BDF;
}
.BgClassName
{
background-color: #BF3BDF;
}
</style>
border-color css
<style>
span { border-color: #BF3BDF; }
span { border-color: rgb(191,59,223); }
td.TdClassName
{
border-color: #BF3BDF;
}
.TagClassName
{
border-color: #BF3BDF;
}
</style>