Shades of Medium Orchid #BF76E4
Tints of Medium Orchid #BF76E4
RGB
CMYK
RGB Variations
Color information
#BF76E4 (or 0xBF76E4) is known color: Medium Orchid. HEX triplet: BF, 76 and E4. RGB value is (191,118,228). Sum of RGB (Red+Green+Blue) = 191+118+228=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF76E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76E4 is #40891B. Grayscale: #989898. Windows color (decimal): -4229404 or 14972607. OLE color: 14972607.
HSL color Cylindrical-coordinate representation of color #BF76E4: hue angle of 279.82º 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 #BF76E4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 118 | 228 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.11 |
| HSL | 279.82º | 0.67% | 0.68% | - |
| HSV(B) | 279.82º | 0.48% | 0.89% | - |
| XYZ | 41.97 | 29.63 | 76.91 | - |
| YUV | 152.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 228 | 0.16 | 0.48 | 0 | 0.11 | 279.82 | 0.67 | 0.68 |
| Hex | BF | 76 | E4 | 10 | 30 | 0 | B | 118 | 43 | 44 |
| Octal | 277 | 166 | 344 | 20 | 60 | 0 | 13 | 430 | 103 | 104 |
| Binary | 10111111 | 1110110 | 11100100 | 10000 | 110000 | 0 | 1011 | 100011000 | 1000011 | 1000100 |
Color Harmonies of #BF76E4
Complementary color
Monochromatic Colors of #BF76E4
Black with #BF76E4
Text Example
Text Example
White with #BF76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76E4; }
p { color: rgb(191,118,228); }
H1.HeaderClassName
{
color: #BF76E4;
}
.AnyTagClassName
{
color: #BF76E4;
}
</style>
background-color css
<style>
a { background-color: #BF76E4; }
a { background-color: rgb(191,118,228); }
div.DivClassName
{
background-color: #BF76E4;
}
.BgClassName
{
background-color: #BF76E4;
}
</style>
border-color css
<style>
span { border-color: #BF76E4; }
span { border-color: rgb(191,118,228); }
td.TdClassName
{
border-color: #BF76E4;
}
.TagClassName
{
border-color: #BF76E4;
}
</style>