Shades of Medium Orchid #B84EC7
Tints of Medium Orchid #B84EC7
RGB
CMYK
RGB Variations
Color information
#B84EC7 (or 0xB84EC7) is known color: Medium Orchid. HEX triplet: B8, 4E and C7. RGB value is (184,78,199). Sum of RGB (Red+Green+Blue) = 184+78+199=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #B84EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EC7 is #47B138. Grayscale: #7B7B7B. Windows color (decimal): -4698425 or 13061816. OLE color: 13061816.
HSL color Cylindrical-coordinate representation of color #B84EC7: hue angle of 292.56º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84EC7 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 78 | 199 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.22 |
| HSL | 292.56º | 0.52% | 0.54% | - |
| HSV(B) | 292.56º | 0.61% | 0.78% | - |
| XYZ | 32.8 | 19.76 | 56.12 | - |
| YUV | 123.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 199 | 0.08 | 0.61 | 0 | 0.22 | 292.56 | 0.52 | 0.54 |
| Hex | B8 | 4E | C7 | 8 | 3D | 0 | 16 | 125 | 34 | 36 |
| Octal | 270 | 116 | 307 | 10 | 75 | 0 | 26 | 445 | 64 | 66 |
| Binary | 10111000 | 1001110 | 11000111 | 1000 | 111101 | 0 | 10110 | 100100101 | 110100 | 110110 |
Color Harmonies of #B84EC7
Complementary color
Monochromatic Colors of #B84EC7
Black with #B84EC7
Text Example
Text Example
White with #B84EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EC7; }
p { color: rgb(184,78,199); }
H1.HeaderClassName
{
color: #B84EC7;
}
.AnyTagClassName
{
color: #B84EC7;
}
</style>
background-color css
<style>
a { background-color: #B84EC7; }
a { background-color: rgb(184,78,199); }
div.DivClassName
{
background-color: #B84EC7;
}
.BgClassName
{
background-color: #B84EC7;
}
</style>
border-color css
<style>
span { border-color: #B84EC7; }
span { border-color: rgb(184,78,199); }
td.TdClassName
{
border-color: #B84EC7;
}
.TagClassName
{
border-color: #B84EC7;
}
</style>