Shades of Medium Orchid #BF62E7
Tints of Medium Orchid #BF62E7
RGB
CMYK
RGB Variations
Color information
#BF62E7 (or 0xBF62E7) is known color: Medium Orchid. HEX triplet: BF, 62 and E7. RGB value is (191,98,231). Sum of RGB (Red+Green+Blue) = 191+98+231=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF62E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF62E7 is #409D18. Grayscale: #8C8C8C. Windows color (decimal): -4234521 or 15164095. OLE color: 15164095.
HSL color Cylindrical-coordinate representation of color #BF62E7: hue angle of 281.95º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF62E7 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 98 | 231 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.09 |
| HSL | 281.95º | 0.73% | 0.65% | - |
| HSV(B) | 281.95º | 0.58% | 0.91% | - |
| XYZ | 40.28 | 25.58 | 78.42 | - |
| YUV | 140.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 231 | 0.17 | 0.58 | 0 | 0.09 | 281.95 | 0.73 | 0.65 |
| Hex | BF | 62 | E7 | 11 | 3A | 0 | 9 | 11A | 49 | 41 |
| Octal | 277 | 142 | 347 | 21 | 72 | 0 | 11 | 432 | 111 | 101 |
| Binary | 10111111 | 1100010 | 11100111 | 10001 | 111010 | 0 | 1001 | 100011010 | 1001001 | 1000001 |
Color Harmonies of #BF62E7
Complementary color
Monochromatic Colors of #BF62E7
Black with #BF62E7
Text Example
Text Example
White with #BF62E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62E7; }
p { color: rgb(191,98,231); }
H1.HeaderClassName
{
color: #BF62E7;
}
.AnyTagClassName
{
color: #BF62E7;
}
</style>
background-color css
<style>
a { background-color: #BF62E7; }
a { background-color: rgb(191,98,231); }
div.DivClassName
{
background-color: #BF62E7;
}
.BgClassName
{
background-color: #BF62E7;
}
</style>
border-color css
<style>
span { border-color: #BF62E7; }
span { border-color: rgb(191,98,231); }
td.TdClassName
{
border-color: #BF62E7;
}
.TagClassName
{
border-color: #BF62E7;
}
</style>