Shades of Medium Orchid #B84EEF
Tints of Medium Orchid #B84EEF
RGB
CMYK
RGB Variations
Color information
#B84EEF (or 0xB84EEF) is known color: Medium Orchid. HEX triplet: B8, 4E and EF. RGB value is (184,78,239). Sum of RGB (Red+Green+Blue) = 184+78+239=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #B84EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EEF is #47B110. Grayscale: #7F7F7F. Windows color (decimal): -4698385 or 15683256. OLE color: 15683256.
HSL color Cylindrical-coordinate representation of color #B84EEF: hue angle of 279.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84EEF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 78 | 239 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.06 |
| HSL | 279.5º | 0.83% | 0.62% | - |
| HSV(B) | 279.5º | 0.67% | 0.94% | - |
| XYZ | 38.07 | 21.87 | 83.88 | - |
| YUV | 128.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 239 | 0.23 | 0.67 | 0 | 0.06 | 279.5 | 0.83 | 0.62 |
| Hex | B8 | 4E | EF | 17 | 43 | 0 | 6 | 118 | 53 | 3E |
| Octal | 270 | 116 | 357 | 27 | 103 | 0 | 6 | 430 | 123 | 76 |
| Binary | 10111000 | 1001110 | 11101111 | 10111 | 1000011 | 0 | 110 | 100011000 | 1010011 | 111110 |
Color Harmonies of #B84EEF
Complementary color
Monochromatic Colors of #B84EEF
Black with #B84EEF
Text Example
Text Example
White with #B84EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EEF; }
p { color: rgb(184,78,239); }
H1.HeaderClassName
{
color: #B84EEF;
}
.AnyTagClassName
{
color: #B84EEF;
}
</style>
background-color css
<style>
a { background-color: #B84EEF; }
a { background-color: rgb(184,78,239); }
div.DivClassName
{
background-color: #B84EEF;
}
.BgClassName
{
background-color: #B84EEF;
}
</style>
border-color css
<style>
span { border-color: #B84EEF; }
span { border-color: rgb(184,78,239); }
td.TdClassName
{
border-color: #B84EEF;
}
.TagClassName
{
border-color: #B84EEF;
}
</style>