Shades of Medium Orchid #BF51EE
Tints of Medium Orchid #BF51EE
RGB
CMYK
RGB Variations
Color information
#BF51EE (or 0xBF51EE) is known color: Medium Orchid. HEX triplet: BF, 51 and EE. RGB value is (191,81,238). Sum of RGB (Red+Green+Blue) = 191+81+238=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51EE is #40AE11. Grayscale: #838383. Windows color (decimal): -4238866 or 15618495. OLE color: 15618495.
HSL color Cylindrical-coordinate representation of color #BF51EE: hue angle of 282.04º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF51EE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 81 | 238 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.07 |
| HSL | 282.04º | 0.82% | 0.63% | - |
| HSV(B) | 282.04º | 0.66% | 0.93% | - |
| XYZ | 39.86 | 23.13 | 83.25 | - |
| YUV | 131.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 238 | 0.20 | 0.66 | 0 | 0.07 | 282.04 | 0.82 | 0.63 |
| Hex | BF | 51 | EE | 14 | 42 | 0 | 7 | 11A | 52 | 3F |
| Octal | 277 | 121 | 356 | 24 | 102 | 0 | 7 | 432 | 122 | 77 |
| Binary | 10111111 | 1010001 | 11101110 | 10100 | 1000010 | 0 | 111 | 100011010 | 1010010 | 111111 |
Color Harmonies of #BF51EE
Complementary color
Monochromatic Colors of #BF51EE
Black with #BF51EE
Text Example
Text Example
White with #BF51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51EE; }
p { color: rgb(191,81,238); }
H1.HeaderClassName
{
color: #BF51EE;
}
.AnyTagClassName
{
color: #BF51EE;
}
</style>
background-color css
<style>
a { background-color: #BF51EE; }
a { background-color: rgb(191,81,238); }
div.DivClassName
{
background-color: #BF51EE;
}
.BgClassName
{
background-color: #BF51EE;
}
</style>
border-color css
<style>
span { border-color: #BF51EE; }
span { border-color: rgb(191,81,238); }
td.TdClassName
{
border-color: #BF51EE;
}
.TagClassName
{
border-color: #BF51EE;
}
</style>