Shades of Medium Orchid #B84DEC
Tints of Medium Orchid #B84DEC
RGB
CMYK
RGB Variations
Color information
#B84DEC (or 0xB84DEC) is known color: Medium Orchid. HEX triplet: B8, 4D and EC. RGB value is (184,77,236). Sum of RGB (Red+Green+Blue) = 184+77+236=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #B84DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DEC is #47B213. Grayscale: #7E7E7E. Windows color (decimal): -4698644 or 15486392. OLE color: 15486392.
HSL color Cylindrical-coordinate representation of color #B84DEC: hue angle of 280.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B84DEC is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 77 | 236 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.07 |
| HSL | 280.38º | 0.81% | 0.61% | - |
| HSV(B) | 280.38º | 0.67% | 0.93% | - |
| XYZ | 37.56 | 21.55 | 81.54 | - |
| YUV | 127.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 236 | 0.22 | 0.67 | 0 | 0.07 | 280.38 | 0.81 | 0.61 |
| Hex | B8 | 4D | EC | 16 | 43 | 0 | 7 | 118 | 51 | 3D |
| Octal | 270 | 115 | 354 | 26 | 103 | 0 | 7 | 430 | 121 | 75 |
| Binary | 10111000 | 1001101 | 11101100 | 10110 | 1000011 | 0 | 111 | 100011000 | 1010001 | 111101 |
Color Harmonies of #B84DEC
Complementary color
Monochromatic Colors of #B84DEC
Black with #B84DEC
Text Example
Text Example
White with #B84DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DEC; }
p { color: rgb(184,77,236); }
H1.HeaderClassName
{
color: #B84DEC;
}
.AnyTagClassName
{
color: #B84DEC;
}
</style>
background-color css
<style>
a { background-color: #B84DEC; }
a { background-color: rgb(184,77,236); }
div.DivClassName
{
background-color: #B84DEC;
}
.BgClassName
{
background-color: #B84DEC;
}
</style>
border-color css
<style>
span { border-color: #B84DEC; }
span { border-color: rgb(184,77,236); }
td.TdClassName
{
border-color: #B84DEC;
}
.TagClassName
{
border-color: #B84DEC;
}
</style>