Shades of Medium Orchid #B84EEC
Tints of Medium Orchid #B84EEC
RGB
CMYK
RGB Variations
Color information
#B84EEC (or 0xB84EEC) is known color: Medium Orchid. HEX triplet: B8, 4E and EC. RGB value is (184,78,236). Sum of RGB (Red+Green+Blue) = 184+78+236=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #B84EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EEC is #47B113. Grayscale: #7F7F7F. Windows color (decimal): -4698388 or 15486648. OLE color: 15486648.
HSL color Cylindrical-coordinate representation of color #B84EEC: hue angle of 280.25º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84EEC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 78 | 236 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.07 |
| HSL | 280.25º | 0.81% | 0.62% | - |
| HSV(B) | 280.25º | 0.67% | 0.93% | - |
| XYZ | 37.63 | 21.7 | 81.56 | - |
| YUV | 127.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 236 | 0.22 | 0.67 | 0 | 0.07 | 280.25 | 0.81 | 0.62 |
| Hex | B8 | 4E | EC | 16 | 43 | 0 | 7 | 118 | 51 | 3E |
| Octal | 270 | 116 | 354 | 26 | 103 | 0 | 7 | 430 | 121 | 76 |
| Binary | 10111000 | 1001110 | 11101100 | 10110 | 1000011 | 0 | 111 | 100011000 | 1010001 | 111110 |
Color Harmonies of #B84EEC
Complementary color
Monochromatic Colors of #B84EEC
Black with #B84EEC
Text Example
Text Example
White with #B84EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EEC; }
p { color: rgb(184,78,236); }
H1.HeaderClassName
{
color: #B84EEC;
}
.AnyTagClassName
{
color: #B84EEC;
}
</style>
background-color css
<style>
a { background-color: #B84EEC; }
a { background-color: rgb(184,78,236); }
div.DivClassName
{
background-color: #B84EEC;
}
.BgClassName
{
background-color: #B84EEC;
}
</style>
border-color css
<style>
span { border-color: #B84EEC; }
span { border-color: rgb(184,78,236); }
td.TdClassName
{
border-color: #B84EEC;
}
.TagClassName
{
border-color: #B84EEC;
}
</style>