Shades of Medium Orchid #BF73D0
Tints of Medium Orchid #BF73D0
RGB
CMYK
RGB Variations
Color information
#BF73D0 (or 0xBF73D0) is known color: Medium Orchid. HEX triplet: BF, 73 and D0. RGB value is (191,115,208). Sum of RGB (Red+Green+Blue) = 191+115+208=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73D0 is #408C2F. Grayscale: #949494. Windows color (decimal): -4230192 or 13661119. OLE color: 13661119.
HSL color Cylindrical-coordinate representation of color #BF73D0: hue angle of 289.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF73D0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 115 | 208 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.18 |
| HSL | 289.03º | 0.5% | 0.63% | - |
| HSV(B) | 289.03º | 0.45% | 0.82% | - |
| XYZ | 39 | 27.89 | 63 | - |
| YUV | 148.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 208 | 0.08 | 0.45 | 0 | 0.18 | 289.03 | 0.5 | 0.63 |
| Hex | BF | 73 | D0 | 8 | 2D | 0 | 12 | 121 | 32 | 3F |
| Octal | 277 | 163 | 320 | 10 | 55 | 0 | 22 | 441 | 62 | 77 |
| Binary | 10111111 | 1110011 | 11010000 | 1000 | 101101 | 0 | 10010 | 100100001 | 110010 | 111111 |
Color Harmonies of #BF73D0
Complementary color
Monochromatic Colors of #BF73D0
Black with #BF73D0
Text Example
Text Example
White with #BF73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73D0; }
p { color: rgb(191,115,208); }
H1.HeaderClassName
{
color: #BF73D0;
}
.AnyTagClassName
{
color: #BF73D0;
}
</style>
background-color css
<style>
a { background-color: #BF73D0; }
a { background-color: rgb(191,115,208); }
div.DivClassName
{
background-color: #BF73D0;
}
.BgClassName
{
background-color: #BF73D0;
}
</style>
border-color css
<style>
span { border-color: #BF73D0; }
span { border-color: rgb(191,115,208); }
td.TdClassName
{
border-color: #BF73D0;
}
.TagClassName
{
border-color: #BF73D0;
}
</style>