Shades of Medium Orchid #B851FC
Tints of Medium Orchid #B851FC
RGB
CMYK
RGB Variations
Color information
#B851FC (or 0xB851FC) is known color: Medium Orchid. HEX triplet: B8, 51 and FC. RGB value is (184,81,252). Sum of RGB (Red+Green+Blue) = 184+81+252=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #B851FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851FC is #47AE03. Grayscale: #828282. Windows color (decimal): -4697604 or 16535992. OLE color: 16535992.
HSL color Cylindrical-coordinate representation of color #B851FC: hue angle of 276.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B851FC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 81 | 252 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.01 |
| HSL | 276.14º | 0.97% | 0.65% | - |
| HSV(B) | 276.14º | 0.68% | 0.99% | - |
| XYZ | 40.28 | 23.1 | 94.43 | - |
| YUV | 131.29 | 196.12 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 252 | 0.27 | 0.68 | 0 | 0.01 | 276.14 | 0.97 | 0.65 |
| Hex | B8 | 51 | FC | 1B | 44 | 0 | 1 | 114 | 61 | 41 |
| Octal | 270 | 121 | 374 | 33 | 104 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10111000 | 1010001 | 11111100 | 11011 | 1000100 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B851FC
Complementary color
Monochromatic Colors of #B851FC
Black with #B851FC
Text Example
Text Example
White with #B851FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851FC; }
p { color: rgb(184,81,252); }
H1.HeaderClassName
{
color: #B851FC;
}
.AnyTagClassName
{
color: #B851FC;
}
</style>
background-color css
<style>
a { background-color: #B851FC; }
a { background-color: rgb(184,81,252); }
div.DivClassName
{
background-color: #B851FC;
}
.BgClassName
{
background-color: #B851FC;
}
</style>
border-color css
<style>
span { border-color: #B851FC; }
span { border-color: rgb(184,81,252); }
td.TdClassName
{
border-color: #B851FC;
}
.TagClassName
{
border-color: #B851FC;
}
</style>