Shades of Medium Orchid #B856CC
Tints of Medium Orchid #B856CC
RGB
CMYK
RGB Variations
Color information
#B856CC (or 0xB856CC) is known color: Medium Orchid. HEX triplet: B8, 56 and CC. RGB value is (184,86,204). Sum of RGB (Red+Green+Blue) = 184+86+204=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B856CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856CC is #47A933. Grayscale: #808080. Windows color (decimal): -4696372 or 13391544. OLE color: 13391544.
HSL color Cylindrical-coordinate representation of color #B856CC: hue angle of 289.83º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B856CC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 86 | 204 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.2 |
| HSL | 289.83º | 0.54% | 0.57% | - |
| HSV(B) | 289.83º | 0.58% | 0.8% | - |
| XYZ | 33.99 | 21.21 | 59.43 | - |
| YUV | 128.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 204 | 0.10 | 0.58 | 0 | 0.2 | 289.83 | 0.54 | 0.57 |
| Hex | B8 | 56 | CC | A | 3A | 0 | 14 | 122 | 36 | 39 |
| Octal | 270 | 126 | 314 | 12 | 72 | 0 | 24 | 442 | 66 | 71 |
| Binary | 10111000 | 1010110 | 11001100 | 1010 | 111010 | 0 | 10100 | 100100010 | 110110 | 111001 |
Color Harmonies of #B856CC
Complementary color
Monochromatic Colors of #B856CC
Black with #B856CC
Text Example
Text Example
White with #B856CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856CC; }
p { color: rgb(184,86,204); }
H1.HeaderClassName
{
color: #B856CC;
}
.AnyTagClassName
{
color: #B856CC;
}
</style>
background-color css
<style>
a { background-color: #B856CC; }
a { background-color: rgb(184,86,204); }
div.DivClassName
{
background-color: #B856CC;
}
.BgClassName
{
background-color: #B856CC;
}
</style>
border-color css
<style>
span { border-color: #B856CC; }
span { border-color: rgb(184,86,204); }
td.TdClassName
{
border-color: #B856CC;
}
.TagClassName
{
border-color: #B856CC;
}
</style>