Shades of Medium Orchid #BF57F0
Tints of Medium Orchid #BF57F0
RGB
CMYK
RGB Variations
Color information
#BF57F0 (or 0xBF57F0) is known color: Medium Orchid. HEX triplet: BF, 57 and F0. RGB value is (191,87,240). Sum of RGB (Red+Green+Blue) = 191+87+240=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF57F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF57F0 is #40A80F. Grayscale: #878787. Windows color (decimal): -4237328 or 15751103. OLE color: 15751103.
HSL color Cylindrical-coordinate representation of color #BF57F0: hue angle of 280.78º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF57F0 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 87 | 240 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.06 |
| HSL | 280.78º | 0.84% | 0.64% | - |
| HSV(B) | 280.78º | 0.64% | 0.94% | - |
| XYZ | 40.62 | 24.18 | 84.97 | - |
| YUV | 135.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 240 | 0.20 | 0.64 | 0 | 0.06 | 280.78 | 0.84 | 0.64 |
| Hex | BF | 57 | F0 | 14 | 40 | 0 | 6 | 119 | 54 | 40 |
| Octal | 277 | 127 | 360 | 24 | 100 | 0 | 6 | 431 | 124 | 100 |
| Binary | 10111111 | 1010111 | 11110000 | 10100 | 1000000 | 0 | 110 | 100011001 | 1010100 | 1000000 |
Color Harmonies of #BF57F0
Complementary color
Monochromatic Colors of #BF57F0
Black with #BF57F0
Text Example
Text Example
White with #BF57F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57F0; }
p { color: rgb(191,87,240); }
H1.HeaderClassName
{
color: #BF57F0;
}
.AnyTagClassName
{
color: #BF57F0;
}
</style>
background-color css
<style>
a { background-color: #BF57F0; }
a { background-color: rgb(191,87,240); }
div.DivClassName
{
background-color: #BF57F0;
}
.BgClassName
{
background-color: #BF57F0;
}
</style>
border-color css
<style>
span { border-color: #BF57F0; }
span { border-color: rgb(191,87,240); }
td.TdClassName
{
border-color: #BF57F0;
}
.TagClassName
{
border-color: #BF57F0;
}
</style>