Shades of Medium Orchid #B84DFA
Tints of Medium Orchid #B84DFA
RGB
CMYK
RGB Variations
Color information
#B84DFA (or 0xB84DFA) is known color: Medium Orchid. HEX triplet: B8, 4D and FA. RGB value is (184,77,250). Sum of RGB (Red+Green+Blue) = 184+77+250=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #B84DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DFA is #47B205. Grayscale: #808080. Windows color (decimal): -4698630 or 16403896. OLE color: 16403896.
HSL color Cylindrical-coordinate representation of color #B84DFA: hue angle of 277.11º degrees, saturation: 0.95, 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 #B84DFA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 77 | 250 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.02 |
| HSL | 277.11º | 0.95% | 0.64% | - |
| HSV(B) | 277.11º | 0.69% | 0.98% | - |
| XYZ | 39.68 | 22.4 | 92.67 | - |
| YUV | 128.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 250 | 0.26 | 0.69 | 0 | 0.02 | 277.11 | 0.95 | 0.64 |
| Hex | B8 | 4D | FA | 1A | 45 | 0 | 2 | 115 | 5F | 40 |
| Octal | 270 | 115 | 372 | 32 | 105 | 0 | 2 | 425 | 137 | 100 |
| Binary | 10111000 | 1001101 | 11111010 | 11010 | 1000101 | 0 | 10 | 100010101 | 1011111 | 1000000 |
Color Harmonies of #B84DFA
Complementary color
Monochromatic Colors of #B84DFA
Black with #B84DFA
Text Example
Text Example
White with #B84DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DFA; }
p { color: rgb(184,77,250); }
H1.HeaderClassName
{
color: #B84DFA;
}
.AnyTagClassName
{
color: #B84DFA;
}
</style>
background-color css
<style>
a { background-color: #B84DFA; }
a { background-color: rgb(184,77,250); }
div.DivClassName
{
background-color: #B84DFA;
}
.BgClassName
{
background-color: #B84DFA;
}
</style>
border-color css
<style>
span { border-color: #B84DFA; }
span { border-color: rgb(184,77,250); }
td.TdClassName
{
border-color: #B84DFA;
}
.TagClassName
{
border-color: #B84DFA;
}
</style>