Shades of Medium Orchid #BF3CDE
Tints of Medium Orchid #BF3CDE
RGB
CMYK
RGB Variations
Color information
#BF3CDE (or 0xBF3CDE) is known color: Medium Orchid. HEX triplet: BF, 3C and DE. RGB value is (191,60,222). Sum of RGB (Red+Green+Blue) = 191+60+222=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF3CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CDE is #40C321. Grayscale: #757575. Windows color (decimal): -4244258 or 14564543. OLE color: 14564543.
HSL color Cylindrical-coordinate representation of color #BF3CDE: hue angle of 288.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3CDE is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 60 | 222 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.13 |
| HSL | 288.52º | 0.71% | 0.55% | - |
| HSV(B) | 288.52º | 0.73% | 0.87% | - |
| XYZ | 36.29 | 19.58 | 70.97 | - |
| YUV | 117.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 222 | 0.14 | 0.73 | 0 | 0.13 | 288.52 | 0.71 | 0.55 |
| Hex | BF | 3C | DE | E | 49 | 0 | D | 121 | 47 | 37 |
| Octal | 277 | 74 | 336 | 16 | 111 | 0 | 15 | 441 | 107 | 67 |
| Binary | 10111111 | 111100 | 11011110 | 1110 | 1001001 | 0 | 1101 | 100100001 | 1000111 | 110111 |
Color Harmonies of #BF3CDE
Complementary color
Monochromatic Colors of #BF3CDE
Black with #BF3CDE
Text Example
Text Example
White with #BF3CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CDE; }
p { color: rgb(191,60,222); }
H1.HeaderClassName
{
color: #BF3CDE;
}
.AnyTagClassName
{
color: #BF3CDE;
}
</style>
background-color css
<style>
a { background-color: #BF3CDE; }
a { background-color: rgb(191,60,222); }
div.DivClassName
{
background-color: #BF3CDE;
}
.BgClassName
{
background-color: #BF3CDE;
}
</style>
border-color css
<style>
span { border-color: #BF3CDE; }
span { border-color: rgb(191,60,222); }
td.TdClassName
{
border-color: #BF3CDE;
}
.TagClassName
{
border-color: #BF3CDE;
}
</style>