Shades of Medium Orchid #BF51DF
Tints of Medium Orchid #BF51DF
RGB
CMYK
RGB Variations
Color information
#BF51DF (or 0xBF51DF) is known color: Medium Orchid. HEX triplet: BF, 51 and DF. RGB value is (191,81,223). Sum of RGB (Red+Green+Blue) = 191+81+223=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51DF is #40AE20. Grayscale: #818181. Windows color (decimal): -4238881 or 14635455. OLE color: 14635455.
HSL color Cylindrical-coordinate representation of color #BF51DF: hue angle of 286.48º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF51DF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 81 | 223 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.13 |
| HSL | 286.48º | 0.69% | 0.6% | - |
| HSV(B) | 286.48º | 0.64% | 0.87% | - |
| XYZ | 37.75 | 22.29 | 72.12 | - |
| YUV | 130.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 223 | 0.14 | 0.64 | 0 | 0.13 | 286.48 | 0.69 | 0.6 |
| Hex | BF | 51 | DF | E | 40 | 0 | D | 11E | 45 | 3C |
| Octal | 277 | 121 | 337 | 16 | 100 | 0 | 15 | 436 | 105 | 74 |
| Binary | 10111111 | 1010001 | 11011111 | 1110 | 1000000 | 0 | 1101 | 100011110 | 1000101 | 111100 |
Color Harmonies of #BF51DF
Complementary color
Monochromatic Colors of #BF51DF
Black with #BF51DF
Text Example
Text Example
White with #BF51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51DF; }
p { color: rgb(191,81,223); }
H1.HeaderClassName
{
color: #BF51DF;
}
.AnyTagClassName
{
color: #BF51DF;
}
</style>
background-color css
<style>
a { background-color: #BF51DF; }
a { background-color: rgb(191,81,223); }
div.DivClassName
{
background-color: #BF51DF;
}
.BgClassName
{
background-color: #BF51DF;
}
</style>
border-color css
<style>
span { border-color: #BF51DF; }
span { border-color: rgb(191,81,223); }
td.TdClassName
{
border-color: #BF51DF;
}
.TagClassName
{
border-color: #BF51DF;
}
</style>