Shades of Medium Orchid #BF57CF
Tints of Medium Orchid #BF57CF
RGB
CMYK
RGB Variations
Color information
#BF57CF (or 0xBF57CF) is known color: Medium Orchid. HEX triplet: BF, 57 and CF. RGB value is (191,87,207). Sum of RGB (Red+Green+Blue) = 191+87+207=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57CF is #40A830. Grayscale: #838383. Windows color (decimal): -4237361 or 13588415. OLE color: 13588415.
HSL color Cylindrical-coordinate representation of color #BF57CF: hue angle of 292º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF57CF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 87 | 207 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.19 |
| HSL | 292º | 0.56% | 0.58% | - |
| HSV(B) | 292º | 0.58% | 0.81% | - |
| XYZ | 36.16 | 22.4 | 61.45 | - |
| YUV | 131.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 207 | 0.08 | 0.58 | 0 | 0.19 | 292 | 0.56 | 0.58 |
| Hex | BF | 57 | CF | 8 | 3A | 0 | 13 | 124 | 38 | 3A |
| Octal | 277 | 127 | 317 | 10 | 72 | 0 | 23 | 444 | 70 | 72 |
| Binary | 10111111 | 1010111 | 11001111 | 1000 | 111010 | 0 | 10011 | 100100100 | 111000 | 111010 |
Color Harmonies of #BF57CF
Complementary color
Monochromatic Colors of #BF57CF
Black with #BF57CF
Text Example
Text Example
White with #BF57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57CF; }
p { color: rgb(191,87,207); }
H1.HeaderClassName
{
color: #BF57CF;
}
.AnyTagClassName
{
color: #BF57CF;
}
</style>
background-color css
<style>
a { background-color: #BF57CF; }
a { background-color: rgb(191,87,207); }
div.DivClassName
{
background-color: #BF57CF;
}
.BgClassName
{
background-color: #BF57CF;
}
</style>
border-color css
<style>
span { border-color: #BF57CF; }
span { border-color: rgb(191,87,207); }
td.TdClassName
{
border-color: #BF57CF;
}
.TagClassName
{
border-color: #BF57CF;
}
</style>