Shades of Medium Orchid #BF77E4
Tints of Medium Orchid #BF77E4
RGB
CMYK
RGB Variations
Color information
#BF77E4 (or 0xBF77E4) is known color: Medium Orchid. HEX triplet: BF, 77 and E4. RGB value is (191,119,228). Sum of RGB (Red+Green+Blue) = 191+119+228=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77E4 is #40881B. Grayscale: #989898. Windows color (decimal): -4229148 or 14972863. OLE color: 14972863.
HSL color Cylindrical-coordinate representation of color #BF77E4: hue angle of 279.63º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF77E4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 119 | 228 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.11 |
| HSL | 279.63º | 0.67% | 0.68% | - |
| HSV(B) | 279.63º | 0.48% | 0.89% | - |
| XYZ | 42.09 | 29.87 | 76.95 | - |
| YUV | 152.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 228 | 0.16 | 0.48 | 0 | 0.11 | 279.63 | 0.67 | 0.68 |
| Hex | BF | 77 | E4 | 10 | 30 | 0 | B | 118 | 43 | 44 |
| Octal | 277 | 167 | 344 | 20 | 60 | 0 | 13 | 430 | 103 | 104 |
| Binary | 10111111 | 1110111 | 11100100 | 10000 | 110000 | 0 | 1011 | 100011000 | 1000011 | 1000100 |
Color Harmonies of #BF77E4
Complementary color
Monochromatic Colors of #BF77E4
Black with #BF77E4
Text Example
Text Example
White with #BF77E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77E4; }
p { color: rgb(191,119,228); }
H1.HeaderClassName
{
color: #BF77E4;
}
.AnyTagClassName
{
color: #BF77E4;
}
</style>
background-color css
<style>
a { background-color: #BF77E4; }
a { background-color: rgb(191,119,228); }
div.DivClassName
{
background-color: #BF77E4;
}
.BgClassName
{
background-color: #BF77E4;
}
</style>
border-color css
<style>
span { border-color: #BF77E4; }
span { border-color: rgb(191,119,228); }
td.TdClassName
{
border-color: #BF77E4;
}
.TagClassName
{
border-color: #BF77E4;
}
</style>