Shades of Medium Orchid #B856DC
Tints of Medium Orchid #B856DC
RGB
CMYK
RGB Variations
Color information
#B856DC (or 0xB856DC) is known color: Medium Orchid. HEX triplet: B8, 56 and DC. RGB value is (184,86,220). Sum of RGB (Red+Green+Blue) = 184+86+220=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #B856DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856DC is #47A923. Grayscale: #828282. Windows color (decimal): -4696356 or 14440120. OLE color: 14440120.
HSL color Cylindrical-coordinate representation of color #B856DC: hue angle of 283.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B856DC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 86 | 220 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.14 |
| HSL | 283.88º | 0.66% | 0.6% | - |
| HSV(B) | 283.88º | 0.61% | 0.86% | - |
| XYZ | 36.01 | 22.01 | 70.06 | - |
| YUV | 130.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 220 | 0.16 | 0.61 | 0 | 0.14 | 283.88 | 0.66 | 0.6 |
| Hex | B8 | 56 | DC | 10 | 3D | 0 | E | 11C | 42 | 3C |
| Octal | 270 | 126 | 334 | 20 | 75 | 0 | 16 | 434 | 102 | 74 |
| Binary | 10111000 | 1010110 | 11011100 | 10000 | 111101 | 0 | 1110 | 100011100 | 1000010 | 111100 |
Color Harmonies of #B856DC
Complementary color
Monochromatic Colors of #B856DC
Black with #B856DC
Text Example
Text Example
White with #B856DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856DC; }
p { color: rgb(184,86,220); }
H1.HeaderClassName
{
color: #B856DC;
}
.AnyTagClassName
{
color: #B856DC;
}
</style>
background-color css
<style>
a { background-color: #B856DC; }
a { background-color: rgb(184,86,220); }
div.DivClassName
{
background-color: #B856DC;
}
.BgClassName
{
background-color: #B856DC;
}
</style>
border-color css
<style>
span { border-color: #B856DC; }
span { border-color: rgb(184,86,220); }
td.TdClassName
{
border-color: #B856DC;
}
.TagClassName
{
border-color: #B856DC;
}
</style>