Shades of Medium Orchid #BF36DD
Tints of Medium Orchid #BF36DD
RGB
CMYK
RGB Variations
Color information
#BF36DD (or 0xBF36DD) is known color: Medium Orchid. HEX triplet: BF, 36 and DD. RGB value is (191,54,221). Sum of RGB (Red+Green+Blue) = 191+54+221=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF36DD is #40C922. Grayscale: #717171. Windows color (decimal): -4245795 or 14497471. OLE color: 14497471.
HSL color Cylindrical-coordinate representation of color #BF36DD: hue angle of 289.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF36DD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 54 | 221 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.13 |
| HSL | 289.22º | 0.71% | 0.54% | - |
| HSV(B) | 289.22º | 0.76% | 0.87% | - |
| XYZ | 35.86 | 18.94 | 70.17 | - |
| YUV | 114 | 188.39 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 221 | 0.14 | 0.76 | 0 | 0.13 | 289.22 | 0.71 | 0.54 |
| Hex | BF | 36 | DD | E | 4C | 0 | D | 121 | 47 | 36 |
| Octal | 277 | 66 | 335 | 16 | 114 | 0 | 15 | 441 | 107 | 66 |
| Binary | 10111111 | 110110 | 11011101 | 1110 | 1001100 | 0 | 1101 | 100100001 | 1000111 | 110110 |
Color Harmonies of #BF36DD
Complementary color
Monochromatic Colors of #BF36DD
Black with #BF36DD
Text Example
Text Example
White with #BF36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36DD; }
p { color: rgb(191,54,221); }
H1.HeaderClassName
{
color: #BF36DD;
}
.AnyTagClassName
{
color: #BF36DD;
}
</style>
background-color css
<style>
a { background-color: #BF36DD; }
a { background-color: rgb(191,54,221); }
div.DivClassName
{
background-color: #BF36DD;
}
.BgClassName
{
background-color: #BF36DD;
}
</style>
border-color css
<style>
span { border-color: #BF36DD; }
span { border-color: rgb(191,54,221); }
td.TdClassName
{
border-color: #BF36DD;
}
.TagClassName
{
border-color: #BF36DD;
}
</style>