Shades of Medium Orchid #BF51FF
Tints of Medium Orchid #BF51FF
RGB
CMYK
RGB Variations
Color information
#BF51FF (or 0xBF51FF) is known color: Medium Orchid. HEX triplet: BF, 51 and FF. RGB value is (191,81,255). Sum of RGB (Red+Green+Blue) = 191+81+255=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51FF is #40AE00. Grayscale: #858585. Windows color (decimal): -4238849 or 16732607. OLE color: 16732607.
HSL color Cylindrical-coordinate representation of color #BF51FF: hue angle of 277.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF51FF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 81 | 255 | - |
| CMYK | 0.25 | 0.68 | 0 | 0 |
| HSL | 277.93º | 1% | 0.66% | - |
| HSV(B) | 277.93º | 0.68% | 1% | - |
| XYZ | 42.48 | 24.18 | 97.04 | - |
| YUV | 133.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 255 | 0.25 | 0.68 | 0 | 0 | 277.93 | 1 | 0.66 |
| Hex | BF | 51 | FF | 19 | 44 | 0 | 0 | 116 | 64 | 42 |
| Octal | 277 | 121 | 377 | 31 | 104 | 0 | 0 | 426 | 144 | 102 |
| Binary | 10111111 | 1010001 | 11111111 | 11001 | 1000100 | 0 | 0 | 100010110 | 1100100 | 1000010 |
Color Harmonies of #BF51FF
Complementary color
Monochromatic Colors of #BF51FF
Black with #BF51FF
Text Example
Text Example
White with #BF51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF51FF; }
p { color: rgb(191,81,255); }
H1.HeaderClassName
{
color: #BF51FF;
}
.AnyTagClassName
{
color: #BF51FF;
}
</style>
background-color css
<style>
a { background-color: #BF51FF; }
a { background-color: rgb(191,81,255); }
div.DivClassName
{
background-color: #BF51FF;
}
.BgClassName
{
background-color: #BF51FF;
}
</style>
border-color css
<style>
span { border-color: #BF51FF; }
span { border-color: rgb(191,81,255); }
td.TdClassName
{
border-color: #BF51FF;
}
.TagClassName
{
border-color: #BF51FF;
}
</style>