Shades of Medium Orchid #BF51DC
Tints of Medium Orchid #BF51DC
RGB
CMYK
RGB Variations
Color information
#BF51DC (or 0xBF51DC) is known color: Medium Orchid. HEX triplet: BF, 51 and DC. RGB value is (191,81,220). Sum of RGB (Red+Green+Blue) = 191+81+220=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51DC is #40AE23. Grayscale: #818181. Windows color (decimal): -4238884 or 14438847. OLE color: 14438847.
HSL color Cylindrical-coordinate representation of color #BF51DC: hue angle of 287.48º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF51DC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 81 | 220 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.14 |
| HSL | 287.48º | 0.67% | 0.59% | - |
| HSV(B) | 287.48º | 0.63% | 0.86% | - |
| XYZ | 37.35 | 22.13 | 70.01 | - |
| YUV | 129.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 220 | 0.13 | 0.63 | 0 | 0.14 | 287.48 | 0.67 | 0.59 |
| Hex | BF | 51 | DC | D | 3F | 0 | E | 11F | 43 | 3B |
| Octal | 277 | 121 | 334 | 15 | 77 | 0 | 16 | 437 | 103 | 73 |
| Binary | 10111111 | 1010001 | 11011100 | 1101 | 111111 | 0 | 1110 | 100011111 | 1000011 | 111011 |
Color Harmonies of #BF51DC
Complementary color
Monochromatic Colors of #BF51DC
Black with #BF51DC
Text Example
Text Example
White with #BF51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51DC; }
p { color: rgb(191,81,220); }
H1.HeaderClassName
{
color: #BF51DC;
}
.AnyTagClassName
{
color: #BF51DC;
}
</style>
background-color css
<style>
a { background-color: #BF51DC; }
a { background-color: rgb(191,81,220); }
div.DivClassName
{
background-color: #BF51DC;
}
.BgClassName
{
background-color: #BF51DC;
}
</style>
border-color css
<style>
span { border-color: #BF51DC; }
span { border-color: rgb(191,81,220); }
td.TdClassName
{
border-color: #BF51DC;
}
.TagClassName
{
border-color: #BF51DC;
}
</style>