Shades of Medium Orchid #B84EC9
Tints of Medium Orchid #B84EC9
RGB
CMYK
RGB Variations
Color information
#B84EC9 (or 0xB84EC9) is known color: Medium Orchid. HEX triplet: B8, 4E and C9. RGB value is (184,78,201). Sum of RGB (Red+Green+Blue) = 184+78+201=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #B84EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EC9 is #47B136. Grayscale: #7B7B7B. Windows color (decimal): -4698423 or 13192888. OLE color: 13192888.
HSL color Cylindrical-coordinate representation of color #B84EC9: hue angle of 291.71º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84EC9 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 78 | 201 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.21 |
| HSL | 291.71º | 0.53% | 0.55% | - |
| HSV(B) | 291.71º | 0.61% | 0.79% | - |
| XYZ | 33.03 | 19.86 | 57.35 | - |
| YUV | 123.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 201 | 0.08 | 0.61 | 0 | 0.21 | 291.71 | 0.53 | 0.55 |
| Hex | B8 | 4E | C9 | 8 | 3D | 0 | 15 | 124 | 35 | 37 |
| Octal | 270 | 116 | 311 | 10 | 75 | 0 | 25 | 444 | 65 | 67 |
| Binary | 10111000 | 1001110 | 11001001 | 1000 | 111101 | 0 | 10101 | 100100100 | 110101 | 110111 |
Color Harmonies of #B84EC9
Complementary color
Monochromatic Colors of #B84EC9
Black with #B84EC9
Text Example
Text Example
White with #B84EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EC9; }
p { color: rgb(184,78,201); }
H1.HeaderClassName
{
color: #B84EC9;
}
.AnyTagClassName
{
color: #B84EC9;
}
</style>
background-color css
<style>
a { background-color: #B84EC9; }
a { background-color: rgb(184,78,201); }
div.DivClassName
{
background-color: #B84EC9;
}
.BgClassName
{
background-color: #B84EC9;
}
</style>
border-color css
<style>
span { border-color: #B84EC9; }
span { border-color: rgb(184,78,201); }
td.TdClassName
{
border-color: #B84EC9;
}
.TagClassName
{
border-color: #B84EC9;
}
</style>