Shades of Medium Orchid #B84FFB
Tints of Medium Orchid #B84FFB
RGB
CMYK
RGB Variations
Color information
#B84FFB (or 0xB84FFB) is known color: Medium Orchid. HEX triplet: B8, 4F and FB. RGB value is (184,79,251). Sum of RGB (Red+Green+Blue) = 184+79+251=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #B84FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FFB is #47B004. Grayscale: #818181. Windows color (decimal): -4698117 or 16469944. OLE color: 16469944.
HSL color Cylindrical-coordinate representation of color #B84FFB: hue angle of 276.63º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84FFB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 79 | 251 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.02 |
| HSL | 276.63º | 0.96% | 0.65% | - |
| HSV(B) | 276.63º | 0.69% | 0.98% | - |
| XYZ | 39.98 | 22.75 | 93.55 | - |
| YUV | 130 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 251 | 0.27 | 0.69 | 0 | 0.02 | 276.63 | 0.96 | 0.65 |
| Hex | B8 | 4F | FB | 1B | 45 | 0 | 2 | 115 | 60 | 41 |
| Octal | 270 | 117 | 373 | 33 | 105 | 0 | 2 | 425 | 140 | 101 |
| Binary | 10111000 | 1001111 | 11111011 | 11011 | 1000101 | 0 | 10 | 100010101 | 1100000 | 1000001 |
Color Harmonies of #B84FFB
Complementary color
Monochromatic Colors of #B84FFB
Black with #B84FFB
Text Example
Text Example
White with #B84FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FFB; }
p { color: rgb(184,79,251); }
H1.HeaderClassName
{
color: #B84FFB;
}
.AnyTagClassName
{
color: #B84FFB;
}
</style>
background-color css
<style>
a { background-color: #B84FFB; }
a { background-color: rgb(184,79,251); }
div.DivClassName
{
background-color: #B84FFB;
}
.BgClassName
{
background-color: #B84FFB;
}
</style>
border-color css
<style>
span { border-color: #B84FFB; }
span { border-color: rgb(184,79,251); }
td.TdClassName
{
border-color: #B84FFB;
}
.TagClassName
{
border-color: #B84FFB;
}
</style>