Shades of Medium Orchid #BF51E9
Tints of Medium Orchid #BF51E9
RGB
CMYK
RGB Variations
Color information
#BF51E9 (or 0xBF51E9) is known color: Medium Orchid. HEX triplet: BF, 51 and E9. RGB value is (191,81,233). Sum of RGB (Red+Green+Blue) = 191+81+233=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF51E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51E9 is #40AE16. Grayscale: #828282. Windows color (decimal): -4238871 or 15290815. OLE color: 15290815.
HSL color Cylindrical-coordinate representation of color #BF51E9: hue angle of 283.42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF51E9 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 81 | 233 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.09 |
| HSL | 283.42º | 0.78% | 0.62% | - |
| HSV(B) | 283.42º | 0.65% | 0.91% | - |
| XYZ | 39.14 | 22.84 | 79.44 | - |
| YUV | 131.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 233 | 0.18 | 0.65 | 0 | 0.09 | 283.42 | 0.78 | 0.62 |
| Hex | BF | 51 | E9 | 12 | 41 | 0 | 9 | 11B | 4E | 3E |
| Octal | 277 | 121 | 351 | 22 | 101 | 0 | 11 | 433 | 116 | 76 |
| Binary | 10111111 | 1010001 | 11101001 | 10010 | 1000001 | 0 | 1001 | 100011011 | 1001110 | 111110 |
Color Harmonies of #BF51E9
Complementary color
Monochromatic Colors of #BF51E9
Black with #BF51E9
Text Example
Text Example
White with #BF51E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51E9; }
p { color: rgb(191,81,233); }
H1.HeaderClassName
{
color: #BF51E9;
}
.AnyTagClassName
{
color: #BF51E9;
}
</style>
background-color css
<style>
a { background-color: #BF51E9; }
a { background-color: rgb(191,81,233); }
div.DivClassName
{
background-color: #BF51E9;
}
.BgClassName
{
background-color: #BF51E9;
}
</style>
border-color css
<style>
span { border-color: #BF51E9; }
span { border-color: rgb(191,81,233); }
td.TdClassName
{
border-color: #BF51E9;
}
.TagClassName
{
border-color: #BF51E9;
}
</style>