Shades of Medium Orchid #BF57EE
Tints of Medium Orchid #BF57EE
RGB
CMYK
RGB Variations
Color information
#BF57EE (or 0xBF57EE) is known color: Medium Orchid. HEX triplet: BF, 57 and EE. RGB value is (191,87,238). Sum of RGB (Red+Green+Blue) = 191+87+238=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF57EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF57EE is #40A811. Grayscale: #868686. Windows color (decimal): -4237330 or 15620031. OLE color: 15620031.
HSL color Cylindrical-coordinate representation of color #BF57EE: hue angle of 281.32º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF57EE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 87 | 238 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.07 |
| HSL | 281.32º | 0.82% | 0.64% | - |
| HSV(B) | 281.32º | 0.63% | 0.93% | - |
| XYZ | 40.33 | 24.07 | 83.41 | - |
| YUV | 135.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 238 | 0.20 | 0.63 | 0 | 0.07 | 281.32 | 0.82 | 0.64 |
| Hex | BF | 57 | EE | 14 | 3F | 0 | 7 | 119 | 52 | 40 |
| Octal | 277 | 127 | 356 | 24 | 77 | 0 | 7 | 431 | 122 | 100 |
| Binary | 10111111 | 1010111 | 11101110 | 10100 | 111111 | 0 | 111 | 100011001 | 1010010 | 1000000 |
Color Harmonies of #BF57EE
Complementary color
Monochromatic Colors of #BF57EE
Black with #BF57EE
Text Example
Text Example
White with #BF57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF57EE; }
p { color: rgb(191,87,238); }
H1.HeaderClassName
{
color: #BF57EE;
}
.AnyTagClassName
{
color: #BF57EE;
}
</style>
background-color css
<style>
a { background-color: #BF57EE; }
a { background-color: rgb(191,87,238); }
div.DivClassName
{
background-color: #BF57EE;
}
.BgClassName
{
background-color: #BF57EE;
}
</style>
border-color css
<style>
span { border-color: #BF57EE; }
span { border-color: rgb(191,87,238); }
td.TdClassName
{
border-color: #BF57EE;
}
.TagClassName
{
border-color: #BF57EE;
}
</style>