Shades of Medium Orchid #B84EFB
Tints of Medium Orchid #B84EFB
RGB
CMYK
RGB Variations
Color information
#B84EFB (or 0xB84EFB) is known color: Medium Orchid. HEX triplet: B8, 4E and FB. RGB value is (184,78,251). Sum of RGB (Red+Green+Blue) = 184+78+251=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #B84EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EFB is #47B104. Grayscale: #808080. Windows color (decimal): -4698373 or 16469688. OLE color: 16469688.
HSL color Cylindrical-coordinate representation of color #B84EFB: hue angle of 276.76º 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 #B84EFB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 78 | 251 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.02 |
| HSL | 276.76º | 0.96% | 0.65% | - |
| HSV(B) | 276.76º | 0.69% | 0.98% | - |
| XYZ | 39.9 | 22.6 | 93.53 | - |
| YUV | 129.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 251 | 0.27 | 0.69 | 0 | 0.02 | 276.76 | 0.96 | 0.65 |
| Hex | B8 | 4E | FB | 1B | 45 | 0 | 2 | 115 | 60 | 41 |
| Octal | 270 | 116 | 373 | 33 | 105 | 0 | 2 | 425 | 140 | 101 |
| Binary | 10111000 | 1001110 | 11111011 | 11011 | 1000101 | 0 | 10 | 100010101 | 1100000 | 1000001 |
Color Harmonies of #B84EFB
Complementary color
Monochromatic Colors of #B84EFB
Black with #B84EFB
Text Example
Text Example
White with #B84EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EFB; }
p { color: rgb(184,78,251); }
H1.HeaderClassName
{
color: #B84EFB;
}
.AnyTagClassName
{
color: #B84EFB;
}
</style>
background-color css
<style>
a { background-color: #B84EFB; }
a { background-color: rgb(184,78,251); }
div.DivClassName
{
background-color: #B84EFB;
}
.BgClassName
{
background-color: #B84EFB;
}
</style>
border-color css
<style>
span { border-color: #B84EFB; }
span { border-color: rgb(184,78,251); }
td.TdClassName
{
border-color: #B84EFB;
}
.TagClassName
{
border-color: #B84EFB;
}
</style>