Shades of Medium Orchid #B84DFE
Tints of Medium Orchid #B84DFE
RGB
CMYK
RGB Variations
Color information
#B84DFE (or 0xB84DFE) is known color: Medium Orchid. HEX triplet: B8, 4D and FE. RGB value is (184,77,254). Sum of RGB (Red+Green+Blue) = 184+77+254=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #B84DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DFE is #47B201. Grayscale: #808080. Windows color (decimal): -4698626 or 16666040. OLE color: 16666040.
HSL color Cylindrical-coordinate representation of color #B84DFE: hue angle of 276.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84DFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 77 | 254 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.00 |
| HSL | 276.27º | 0.99% | 0.65% | - |
| HSV(B) | 276.27º | 0.7% | 1% | - |
| XYZ | 40.31 | 22.65 | 96.01 | - |
| YUV | 129.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 254 | 0.28 | 0.70 | 0 | 0.00 | 276.27 | 0.99 | 0.65 |
| Hex | B8 | 4D | FE | 1C | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 270 | 115 | 376 | 34 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10111000 | 1001101 | 11111110 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B84DFE
Complementary color
Monochromatic Colors of #B84DFE
Black with #B84DFE
Text Example
Text Example
White with #B84DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DFE; }
p { color: rgb(184,77,254); }
H1.HeaderClassName
{
color: #B84DFE;
}
.AnyTagClassName
{
color: #B84DFE;
}
</style>
background-color css
<style>
a { background-color: #B84DFE; }
a { background-color: rgb(184,77,254); }
div.DivClassName
{
background-color: #B84DFE;
}
.BgClassName
{
background-color: #B84DFE;
}
</style>
border-color css
<style>
span { border-color: #B84DFE; }
span { border-color: rgb(184,77,254); }
td.TdClassName
{
border-color: #B84DFE;
}
.TagClassName
{
border-color: #B84DFE;
}
</style>