Shades of Medium Orchid #B84DED
Tints of Medium Orchid #B84DED
RGB
CMYK
RGB Variations
Color information
#B84DED (or 0xB84DED) is known color: Medium Orchid. HEX triplet: B8, 4D and ED. RGB value is (184,77,237). Sum of RGB (Red+Green+Blue) = 184+77+237=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B84DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DED is #47B212. Grayscale: #7E7E7E. Windows color (decimal): -4698643 or 15551928. OLE color: 15551928.
HSL color Cylindrical-coordinate representation of color #B84DED: hue angle of 280.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84DED is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 77 | 237 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.07 |
| HSL | 280.13º | 0.82% | 0.62% | - |
| HSV(B) | 280.13º | 0.68% | 0.93% | - |
| XYZ | 37.71 | 21.61 | 82.31 | - |
| YUV | 127.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 237 | 0.22 | 0.68 | 0 | 0.07 | 280.13 | 0.82 | 0.62 |
| Hex | B8 | 4D | ED | 16 | 44 | 0 | 7 | 118 | 52 | 3E |
| Octal | 270 | 115 | 355 | 26 | 104 | 0 | 7 | 430 | 122 | 76 |
| Binary | 10111000 | 1001101 | 11101101 | 10110 | 1000100 | 0 | 111 | 100011000 | 1010010 | 111110 |
Color Harmonies of #B84DED
Complementary color
Monochromatic Colors of #B84DED
Black with #B84DED
Text Example
Text Example
White with #B84DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DED; }
p { color: rgb(184,77,237); }
H1.HeaderClassName
{
color: #B84DED;
}
.AnyTagClassName
{
color: #B84DED;
}
</style>
background-color css
<style>
a { background-color: #B84DED; }
a { background-color: rgb(184,77,237); }
div.DivClassName
{
background-color: #B84DED;
}
.BgClassName
{
background-color: #B84DED;
}
</style>
border-color css
<style>
span { border-color: #B84DED; }
span { border-color: rgb(184,77,237); }
td.TdClassName
{
border-color: #B84DED;
}
.TagClassName
{
border-color: #B84DED;
}
</style>