Shades of Medium Orchid #BF57CE
Tints of Medium Orchid #BF57CE
RGB
CMYK
RGB Variations
Color information
#BF57CE (or 0xBF57CE) is known color: Medium Orchid. HEX triplet: BF, 57 and CE. RGB value is (191,87,206). Sum of RGB (Red+Green+Blue) = 191+87+206=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF57CE is #40A831. Grayscale: #838383. Windows color (decimal): -4237362 or 13522879. OLE color: 13522879.
HSL color Cylindrical-coordinate representation of color #BF57CE: hue angle of 292.44º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF57CE is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 87 | 206 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.19 |
| HSL | 292.44º | 0.55% | 0.57% | - |
| HSV(B) | 292.44º | 0.58% | 0.81% | - |
| XYZ | 36.03 | 22.35 | 60.81 | - |
| YUV | 131.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 206 | 0.07 | 0.58 | 0 | 0.19 | 292.44 | 0.55 | 0.57 |
| Hex | BF | 57 | CE | 7 | 3A | 0 | 13 | 124 | 37 | 39 |
| Octal | 277 | 127 | 316 | 7 | 72 | 0 | 23 | 444 | 67 | 71 |
| Binary | 10111111 | 1010111 | 11001110 | 111 | 111010 | 0 | 10011 | 100100100 | 110111 | 111001 |
Color Harmonies of #BF57CE
Complementary color
Monochromatic Colors of #BF57CE
Black with #BF57CE
Text Example
Text Example
White with #BF57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57CE; }
p { color: rgb(191,87,206); }
H1.HeaderClassName
{
color: #BF57CE;
}
.AnyTagClassName
{
color: #BF57CE;
}
</style>
background-color css
<style>
a { background-color: #BF57CE; }
a { background-color: rgb(191,87,206); }
div.DivClassName
{
background-color: #BF57CE;
}
.BgClassName
{
background-color: #BF57CE;
}
</style>
border-color css
<style>
span { border-color: #BF57CE; }
span { border-color: rgb(191,87,206); }
td.TdClassName
{
border-color: #BF57CE;
}
.TagClassName
{
border-color: #BF57CE;
}
</style>