Shades of Medium Orchid #B846E4
Tints of Medium Orchid #B846E4
RGB
CMYK
RGB Variations
Color information
#B846E4 (or 0xB846E4) is known color: Medium Orchid. HEX triplet: B8, 46 and E4. RGB value is (184,70,228). Sum of RGB (Red+Green+Blue) = 184+70+228=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #B846E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846E4 is #47B91B. Grayscale: #797979. Windows color (decimal): -4700444 or 14960312. OLE color: 14960312.
HSL color Cylindrical-coordinate representation of color #B846E4: hue angle of 283.29º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B846E4 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 70 | 228 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.11 |
| HSL | 283.29º | 0.75% | 0.58% | - |
| HSV(B) | 283.29º | 0.69% | 0.89% | - |
| XYZ | 35.96 | 20.17 | 75.4 | - |
| YUV | 122.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 228 | 0.19 | 0.69 | 0 | 0.11 | 283.29 | 0.75 | 0.58 |
| Hex | B8 | 46 | E4 | 13 | 45 | 0 | B | 11B | 4B | 3A |
| Octal | 270 | 106 | 344 | 23 | 105 | 0 | 13 | 433 | 113 | 72 |
| Binary | 10111000 | 1000110 | 11100100 | 10011 | 1000101 | 0 | 1011 | 100011011 | 1001011 | 111010 |
Color Harmonies of #B846E4
Complementary color
Monochromatic Colors of #B846E4
Black with #B846E4
Text Example
Text Example
White with #B846E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846E4; }
p { color: rgb(184,70,228); }
H1.HeaderClassName
{
color: #B846E4;
}
.AnyTagClassName
{
color: #B846E4;
}
</style>
background-color css
<style>
a { background-color: #B846E4; }
a { background-color: rgb(184,70,228); }
div.DivClassName
{
background-color: #B846E4;
}
.BgClassName
{
background-color: #B846E4;
}
</style>
border-color css
<style>
span { border-color: #B846E4; }
span { border-color: rgb(184,70,228); }
td.TdClassName
{
border-color: #B846E4;
}
.TagClassName
{
border-color: #B846E4;
}
</style>