Shades of Medium Orchid #B84DEF
Tints of Medium Orchid #B84DEF
RGB
CMYK
RGB Variations
Color information
#B84DEF (or 0xB84DEF) is known color: Medium Orchid. HEX triplet: B8, 4D and EF. RGB value is (184,77,239). Sum of RGB (Red+Green+Blue) = 184+77+239=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #B84DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DEF is #47B210. Grayscale: #7E7E7E. Windows color (decimal): -4698641 or 15683000. OLE color: 15683000.
HSL color Cylindrical-coordinate representation of color #B84DEF: hue angle of 279.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84DEF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 77 | 239 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.06 |
| HSL | 279.63º | 0.84% | 0.62% | - |
| HSV(B) | 279.63º | 0.68% | 0.94% | - |
| XYZ | 38 | 21.73 | 83.85 | - |
| YUV | 127.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 239 | 0.23 | 0.68 | 0 | 0.06 | 279.63 | 0.84 | 0.62 |
| Hex | B8 | 4D | EF | 17 | 44 | 0 | 6 | 118 | 54 | 3E |
| Octal | 270 | 115 | 357 | 27 | 104 | 0 | 6 | 430 | 124 | 76 |
| Binary | 10111000 | 1001101 | 11101111 | 10111 | 1000100 | 0 | 110 | 100011000 | 1010100 | 111110 |
Color Harmonies of #B84DEF
Complementary color
Monochromatic Colors of #B84DEF
Black with #B84DEF
Text Example
Text Example
White with #B84DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DEF; }
p { color: rgb(184,77,239); }
H1.HeaderClassName
{
color: #B84DEF;
}
.AnyTagClassName
{
color: #B84DEF;
}
</style>
background-color css
<style>
a { background-color: #B84DEF; }
a { background-color: rgb(184,77,239); }
div.DivClassName
{
background-color: #B84DEF;
}
.BgClassName
{
background-color: #B84DEF;
}
</style>
border-color css
<style>
span { border-color: #B84DEF; }
span { border-color: rgb(184,77,239); }
td.TdClassName
{
border-color: #B84DEF;
}
.TagClassName
{
border-color: #B84DEF;
}
</style>