Shades of Medium Orchid #B84DFB
Tints of Medium Orchid #B84DFB
RGB
CMYK
RGB Variations
Color information
#B84DFB (or 0xB84DFB) is known color: Medium Orchid. HEX triplet: B8, 4D and FB. RGB value is (184,77,251). Sum of RGB (Red+Green+Blue) = 184+77+251=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #B84DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DFB is #47B204. Grayscale: #808080. Windows color (decimal): -4698629 or 16469432. OLE color: 16469432.
HSL color Cylindrical-coordinate representation of color #B84DFB: hue angle of 276.9º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84DFB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 77 | 251 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.02 |
| HSL | 276.9º | 0.96% | 0.64% | - |
| HSV(B) | 276.9º | 0.69% | 0.98% | - |
| XYZ | 39.83 | 22.46 | 93.5 | - |
| YUV | 128.83 | 196.95 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 251 | 0.27 | 0.69 | 0 | 0.02 | 276.9 | 0.96 | 0.64 |
| Hex | B8 | 4D | FB | 1B | 45 | 0 | 2 | 115 | 60 | 40 |
| Octal | 270 | 115 | 373 | 33 | 105 | 0 | 2 | 425 | 140 | 100 |
| Binary | 10111000 | 1001101 | 11111011 | 11011 | 1000101 | 0 | 10 | 100010101 | 1100000 | 1000000 |
Color Harmonies of #B84DFB
Complementary color
Monochromatic Colors of #B84DFB
Black with #B84DFB
Text Example
Text Example
White with #B84DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DFB; }
p { color: rgb(184,77,251); }
H1.HeaderClassName
{
color: #B84DFB;
}
.AnyTagClassName
{
color: #B84DFB;
}
</style>
background-color css
<style>
a { background-color: #B84DFB; }
a { background-color: rgb(184,77,251); }
div.DivClassName
{
background-color: #B84DFB;
}
.BgClassName
{
background-color: #B84DFB;
}
</style>
border-color css
<style>
span { border-color: #B84DFB; }
span { border-color: rgb(184,77,251); }
td.TdClassName
{
border-color: #B84DFB;
}
.TagClassName
{
border-color: #B84DFB;
}
</style>