Shades of Medium Orchid #B84EFC
Tints of Medium Orchid #B84EFC
RGB
CMYK
RGB Variations
Color information
#B84EFC (or 0xB84EFC) is known color: Medium Orchid. HEX triplet: B8, 4E and FC. RGB value is (184,78,252). Sum of RGB (Red+Green+Blue) = 184+78+252=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #B84EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EFC is #47B103. Grayscale: #808080. Windows color (decimal): -4698372 or 16535224. OLE color: 16535224.
HSL color Cylindrical-coordinate representation of color #B84EFC: hue angle of 276.55º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84EFC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 78 | 252 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.01 |
| HSL | 276.55º | 0.97% | 0.65% | - |
| HSV(B) | 276.55º | 0.69% | 0.99% | - |
| XYZ | 40.06 | 22.67 | 94.36 | - |
| YUV | 129.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 252 | 0.27 | 0.69 | 0 | 0.01 | 276.55 | 0.97 | 0.65 |
| Hex | B8 | 4E | FC | 1B | 45 | 0 | 1 | 115 | 61 | 41 |
| Octal | 270 | 116 | 374 | 33 | 105 | 0 | 1 | 425 | 141 | 101 |
| Binary | 10111000 | 1001110 | 11111100 | 11011 | 1000101 | 0 | 1 | 100010101 | 1100001 | 1000001 |
Color Harmonies of #B84EFC
Complementary color
Monochromatic Colors of #B84EFC
Black with #B84EFC
Text Example
Text Example
White with #B84EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EFC; }
p { color: rgb(184,78,252); }
H1.HeaderClassName
{
color: #B84EFC;
}
.AnyTagClassName
{
color: #B84EFC;
}
</style>
background-color css
<style>
a { background-color: #B84EFC; }
a { background-color: rgb(184,78,252); }
div.DivClassName
{
background-color: #B84EFC;
}
.BgClassName
{
background-color: #B84EFC;
}
</style>
border-color css
<style>
span { border-color: #B84EFC; }
span { border-color: rgb(184,78,252); }
td.TdClassName
{
border-color: #B84EFC;
}
.TagClassName
{
border-color: #B84EFC;
}
</style>