Shades of Medium Orchid #B84EDF
Tints of Medium Orchid #B84EDF
RGB
CMYK
RGB Variations
Color information
#B84EDF (or 0xB84EDF) is known color: Medium Orchid. HEX triplet: B8, 4E and DF. RGB value is (184,78,223). Sum of RGB (Red+Green+Blue) = 184+78+223=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B84EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EDF is #47B120. Grayscale: #7D7D7D. Windows color (decimal): -4698401 or 14634680. OLE color: 14634680.
HSL color Cylindrical-coordinate representation of color #B84EDF: hue angle of 283.86º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84EDF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 78 | 223 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 283.86º | 0.69% | 0.59% | - |
| HSV(B) | 283.86º | 0.65% | 0.87% | - |
| XYZ | 35.81 | 20.97 | 71.97 | - |
| YUV | 126.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 223 | 0.17 | 0.65 | 0 | 0.13 | 283.86 | 0.69 | 0.59 |
| Hex | B8 | 4E | DF | 11 | 41 | 0 | D | 11C | 45 | 3B |
| Octal | 270 | 116 | 337 | 21 | 101 | 0 | 15 | 434 | 105 | 73 |
| Binary | 10111000 | 1001110 | 11011111 | 10001 | 1000001 | 0 | 1101 | 100011100 | 1000101 | 111011 |
Color Harmonies of #B84EDF
Complementary color
Monochromatic Colors of #B84EDF
Black with #B84EDF
Text Example
Text Example
White with #B84EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EDF; }
p { color: rgb(184,78,223); }
H1.HeaderClassName
{
color: #B84EDF;
}
.AnyTagClassName
{
color: #B84EDF;
}
</style>
background-color css
<style>
a { background-color: #B84EDF; }
a { background-color: rgb(184,78,223); }
div.DivClassName
{
background-color: #B84EDF;
}
.BgClassName
{
background-color: #B84EDF;
}
</style>
border-color css
<style>
span { border-color: #B84EDF; }
span { border-color: rgb(184,78,223); }
td.TdClassName
{
border-color: #B84EDF;
}
.TagClassName
{
border-color: #B84EDF;
}
</style>