Shades of Medium Orchid #B856FA
Tints of Medium Orchid #B856FA
RGB
CMYK
RGB Variations
Color information
#B856FA (or 0xB856FA) is known color: Medium Orchid. HEX triplet: B8, 56 and FA. RGB value is (184,86,250). Sum of RGB (Red+Green+Blue) = 184+86+250=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #B856FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B856FA is #47A905. Grayscale: #858585. Windows color (decimal): -4696326 or 16406200. OLE color: 16406200.
HSL color Cylindrical-coordinate representation of color #B856FA: hue angle of 275.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B856FA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 86 | 250 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.02 |
| HSL | 275.85º | 0.94% | 0.66% | - |
| HSV(B) | 275.85º | 0.66% | 0.98% | - |
| XYZ | 40.35 | 23.75 | 92.9 | - |
| YUV | 134 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 250 | 0.26 | 0.66 | 0 | 0.02 | 275.85 | 0.94 | 0.66 |
| Hex | B8 | 56 | FA | 1A | 42 | 0 | 2 | 114 | 5E | 42 |
| Octal | 270 | 126 | 372 | 32 | 102 | 0 | 2 | 424 | 136 | 102 |
| Binary | 10111000 | 1010110 | 11111010 | 11010 | 1000010 | 0 | 10 | 100010100 | 1011110 | 1000010 |
Color Harmonies of #B856FA
Complementary color
Monochromatic Colors of #B856FA
Black with #B856FA
Text Example
Text Example
White with #B856FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856FA; }
p { color: rgb(184,86,250); }
H1.HeaderClassName
{
color: #B856FA;
}
.AnyTagClassName
{
color: #B856FA;
}
</style>
background-color css
<style>
a { background-color: #B856FA; }
a { background-color: rgb(184,86,250); }
div.DivClassName
{
background-color: #B856FA;
}
.BgClassName
{
background-color: #B856FA;
}
</style>
border-color css
<style>
span { border-color: #B856FA; }
span { border-color: rgb(184,86,250); }
td.TdClassName
{
border-color: #B856FA;
}
.TagClassName
{
border-color: #B856FA;
}
</style>