Shades of Medium Orchid #B856D3
Tints of Medium Orchid #B856D3
RGB
CMYK
RGB Variations
Color information
#B856D3 (or 0xB856D3) is known color: Medium Orchid. HEX triplet: B8, 56 and D3. RGB value is (184,86,211). Sum of RGB (Red+Green+Blue) = 184+86+211=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #B856D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856D3 is #47A92C. Grayscale: #818181. Windows color (decimal): -4696365 or 13850296. OLE color: 13850296.
HSL color Cylindrical-coordinate representation of color #B856D3: hue angle of 287.04º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B856D3 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 86 | 211 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.17 |
| HSL | 287.04º | 0.59% | 0.58% | - |
| HSV(B) | 287.04º | 0.59% | 0.83% | - |
| XYZ | 34.85 | 21.55 | 63.95 | - |
| YUV | 129.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 211 | 0.13 | 0.59 | 0 | 0.17 | 287.04 | 0.59 | 0.58 |
| Hex | B8 | 56 | D3 | D | 3B | 0 | 11 | 11F | 3B | 3A |
| Octal | 270 | 126 | 323 | 15 | 73 | 0 | 21 | 437 | 73 | 72 |
| Binary | 10111000 | 1010110 | 11010011 | 1101 | 111011 | 0 | 10001 | 100011111 | 111011 | 111010 |
Color Harmonies of #B856D3
Complementary color
Monochromatic Colors of #B856D3
Black with #B856D3
Text Example
Text Example
White with #B856D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856D3; }
p { color: rgb(184,86,211); }
H1.HeaderClassName
{
color: #B856D3;
}
.AnyTagClassName
{
color: #B856D3;
}
</style>
background-color css
<style>
a { background-color: #B856D3; }
a { background-color: rgb(184,86,211); }
div.DivClassName
{
background-color: #B856D3;
}
.BgClassName
{
background-color: #B856D3;
}
</style>
border-color css
<style>
span { border-color: #B856D3; }
span { border-color: rgb(184,86,211); }
td.TdClassName
{
border-color: #B856D3;
}
.TagClassName
{
border-color: #B856D3;
}
</style>