Shades of Medium Orchid #B846DC
Tints of Medium Orchid #B846DC
RGB
CMYK
RGB Variations
Color information
#B846DC (or 0xB846DC) is known color: Medium Orchid. HEX triplet: B8, 46 and DC. RGB value is (184,70,220). Sum of RGB (Red+Green+Blue) = 184+70+220=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #B846DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846DC is #47B923. Grayscale: #787878. Windows color (decimal): -4700452 or 14436024. OLE color: 14436024.
HSL color Cylindrical-coordinate representation of color #B846DC: hue angle of 285.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B846DC is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 70 | 220 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.14 |
| HSL | 285.6º | 0.68% | 0.57% | - |
| HSV(B) | 285.6º | 0.68% | 0.86% | - |
| XYZ | 34.88 | 19.74 | 69.68 | - |
| YUV | 121.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 220 | 0.16 | 0.68 | 0 | 0.14 | 285.6 | 0.68 | 0.57 |
| Hex | B8 | 46 | DC | 10 | 44 | 0 | E | 11E | 44 | 39 |
| Octal | 270 | 106 | 334 | 20 | 104 | 0 | 16 | 436 | 104 | 71 |
| Binary | 10111000 | 1000110 | 11011100 | 10000 | 1000100 | 0 | 1110 | 100011110 | 1000100 | 111001 |
Color Harmonies of #B846DC
Complementary color
Monochromatic Colors of #B846DC
Black with #B846DC
Text Example
Text Example
White with #B846DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846DC; }
p { color: rgb(184,70,220); }
H1.HeaderClassName
{
color: #B846DC;
}
.AnyTagClassName
{
color: #B846DC;
}
</style>
background-color css
<style>
a { background-color: #B846DC; }
a { background-color: rgb(184,70,220); }
div.DivClassName
{
background-color: #B846DC;
}
.BgClassName
{
background-color: #B846DC;
}
</style>
border-color css
<style>
span { border-color: #B846DC; }
span { border-color: rgb(184,70,220); }
td.TdClassName
{
border-color: #B846DC;
}
.TagClassName
{
border-color: #B846DC;
}
</style>