Shades of Medium Orchid #BF71E9
Tints of Medium Orchid #BF71E9
RGB
CMYK
RGB Variations
Color information
#BF71E9 (or 0xBF71E9) is known color: Medium Orchid. HEX triplet: BF, 71 and E9. RGB value is (191,113,233). Sum of RGB (Red+Green+Blue) = 191+113+233=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71E9 is #408E16. Grayscale: #959595. Windows color (decimal): -4230679 or 15299007. OLE color: 15299007.
HSL color Cylindrical-coordinate representation of color #BF71E9: hue angle of 279º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF71E9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 113 | 233 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.09 |
| HSL | 279º | 0.73% | 0.68% | - |
| HSV(B) | 279º | 0.52% | 0.91% | - |
| XYZ | 42.1 | 28.77 | 80.43 | - |
| YUV | 150 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 233 | 0.18 | 0.52 | 0 | 0.09 | 279 | 0.73 | 0.68 |
| Hex | BF | 71 | E9 | 12 | 34 | 0 | 9 | 117 | 49 | 44 |
| Octal | 277 | 161 | 351 | 22 | 64 | 0 | 11 | 427 | 111 | 104 |
| Binary | 10111111 | 1110001 | 11101001 | 10010 | 110100 | 0 | 1001 | 100010111 | 1001001 | 1000100 |
Color Harmonies of #BF71E9
Complementary color
Monochromatic Colors of #BF71E9
Black with #BF71E9
Text Example
Text Example
White with #BF71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71E9; }
p { color: rgb(191,113,233); }
H1.HeaderClassName
{
color: #BF71E9;
}
.AnyTagClassName
{
color: #BF71E9;
}
</style>
background-color css
<style>
a { background-color: #BF71E9; }
a { background-color: rgb(191,113,233); }
div.DivClassName
{
background-color: #BF71E9;
}
.BgClassName
{
background-color: #BF71E9;
}
</style>
border-color css
<style>
span { border-color: #BF71E9; }
span { border-color: rgb(191,113,233); }
td.TdClassName
{
border-color: #BF71E9;
}
.TagClassName
{
border-color: #BF71E9;
}
</style>