Shades of Medium Orchid #BF57E1
Tints of Medium Orchid #BF57E1
RGB
CMYK
RGB Variations
Color information
#BF57E1 (or 0xBF57E1) is known color: Medium Orchid. HEX triplet: BF, 57 and E1. RGB value is (191,87,225). Sum of RGB (Red+Green+Blue) = 191+87+225=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF57E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57E1 is #40A81E. Grayscale: #858585. Windows color (decimal): -4237343 or 14768063. OLE color: 14768063.
HSL color Cylindrical-coordinate representation of color #BF57E1: hue angle of 285.22º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF57E1 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 87 | 225 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.12 |
| HSL | 285.22º | 0.7% | 0.61% | - |
| HSV(B) | 285.22º | 0.61% | 0.88% | - |
| XYZ | 38.48 | 23.33 | 73.71 | - |
| YUV | 133.83 | 179.46 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 225 | 0.15 | 0.61 | 0 | 0.12 | 285.22 | 0.7 | 0.61 |
| Hex | BF | 57 | E1 | F | 3D | 0 | C | 11D | 46 | 3D |
| Octal | 277 | 127 | 341 | 17 | 75 | 0 | 14 | 435 | 106 | 75 |
| Binary | 10111111 | 1010111 | 11100001 | 1111 | 111101 | 0 | 1100 | 100011101 | 1000110 | 111101 |
Color Harmonies of #BF57E1
Complementary color
Monochromatic Colors of #BF57E1
Black with #BF57E1
Text Example
Text Example
White with #BF57E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57E1; }
p { color: rgb(191,87,225); }
H1.HeaderClassName
{
color: #BF57E1;
}
.AnyTagClassName
{
color: #BF57E1;
}
</style>
background-color css
<style>
a { background-color: #BF57E1; }
a { background-color: rgb(191,87,225); }
div.DivClassName
{
background-color: #BF57E1;
}
.BgClassName
{
background-color: #BF57E1;
}
</style>
border-color css
<style>
span { border-color: #BF57E1; }
span { border-color: rgb(191,87,225); }
td.TdClassName
{
border-color: #BF57E1;
}
.TagClassName
{
border-color: #BF57E1;
}
</style>