Shades of Medium Orchid #BF70CF
Tints of Medium Orchid #BF70CF
RGB
CMYK
RGB Variations
Color information
#BF70CF (or 0xBF70CF) is known color: Medium Orchid. HEX triplet: BF, 70 and CF. RGB value is (191,112,207). Sum of RGB (Red+Green+Blue) = 191+112+207=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70CF is #408F30. Grayscale: #929292. Windows color (decimal): -4230961 or 13594815. OLE color: 13594815.
HSL color Cylindrical-coordinate representation of color #BF70CF: hue angle of 289.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF70CF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 112 | 207 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.19 |
| HSL | 289.89º | 0.5% | 0.63% | - |
| HSV(B) | 289.89º | 0.46% | 0.81% | - |
| XYZ | 38.54 | 27.17 | 62.24 | - |
| YUV | 146.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 207 | 0.08 | 0.46 | 0 | 0.19 | 289.89 | 0.5 | 0.63 |
| Hex | BF | 70 | CF | 8 | 2E | 0 | 13 | 122 | 32 | 3F |
| Octal | 277 | 160 | 317 | 10 | 56 | 0 | 23 | 442 | 62 | 77 |
| Binary | 10111111 | 1110000 | 11001111 | 1000 | 101110 | 0 | 10011 | 100100010 | 110010 | 111111 |
Color Harmonies of #BF70CF
Complementary color
Monochromatic Colors of #BF70CF
Black with #BF70CF
Text Example
Text Example
White with #BF70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70CF; }
p { color: rgb(191,112,207); }
H1.HeaderClassName
{
color: #BF70CF;
}
.AnyTagClassName
{
color: #BF70CF;
}
</style>
background-color css
<style>
a { background-color: #BF70CF; }
a { background-color: rgb(191,112,207); }
div.DivClassName
{
background-color: #BF70CF;
}
.BgClassName
{
background-color: #BF70CF;
}
</style>
border-color css
<style>
span { border-color: #BF70CF; }
span { border-color: rgb(191,112,207); }
td.TdClassName
{
border-color: #BF70CF;
}
.TagClassName
{
border-color: #BF70CF;
}
</style>