Shades of Medium Orchid #BF51F0
Tints of Medium Orchid #BF51F0
RGB
CMYK
RGB Variations
Color information
#BF51F0 (or 0xBF51F0) is known color: Medium Orchid. HEX triplet: BF, 51 and F0. RGB value is (191,81,240). Sum of RGB (Red+Green+Blue) = 191+81+240=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF51F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51F0 is #40AE0F. Grayscale: #838383. Windows color (decimal): -4238864 or 15749567. OLE color: 15749567.
HSL color Cylindrical-coordinate representation of color #BF51F0: hue angle of 281.51º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF51F0 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 81 | 240 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.06 |
| HSL | 281.51º | 0.84% | 0.63% | - |
| HSV(B) | 281.51º | 0.66% | 0.94% | - |
| XYZ | 40.16 | 23.25 | 84.81 | - |
| YUV | 132.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 240 | 0.20 | 0.66 | 0 | 0.06 | 281.51 | 0.84 | 0.63 |
| Hex | BF | 51 | F0 | 14 | 42 | 0 | 6 | 11A | 54 | 3F |
| Octal | 277 | 121 | 360 | 24 | 102 | 0 | 6 | 432 | 124 | 77 |
| Binary | 10111111 | 1010001 | 11110000 | 10100 | 1000010 | 0 | 110 | 100011010 | 1010100 | 111111 |
Color Harmonies of #BF51F0
Complementary color
Monochromatic Colors of #BF51F0
Black with #BF51F0
Text Example
Text Example
White with #BF51F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51F0; }
p { color: rgb(191,81,240); }
H1.HeaderClassName
{
color: #BF51F0;
}
.AnyTagClassName
{
color: #BF51F0;
}
</style>
background-color css
<style>
a { background-color: #BF51F0; }
a { background-color: rgb(191,81,240); }
div.DivClassName
{
background-color: #BF51F0;
}
.BgClassName
{
background-color: #BF51F0;
}
</style>
border-color css
<style>
span { border-color: #BF51F0; }
span { border-color: rgb(191,81,240); }
td.TdClassName
{
border-color: #BF51F0;
}
.TagClassName
{
border-color: #BF51F0;
}
</style>