Shades of Medium Orchid #B846E7
Tints of Medium Orchid #B846E7
RGB
CMYK
RGB Variations
Color information
#B846E7 (or 0xB846E7) is known color: Medium Orchid. HEX triplet: B8, 46 and E7. RGB value is (184,70,231). Sum of RGB (Red+Green+Blue) = 184+70+231=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #B846E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B846E7 is #47B918. Grayscale: #797979. Windows color (decimal): -4700441 or 15156920. OLE color: 15156920.
HSL color Cylindrical-coordinate representation of color #B846E7: hue angle of 282.48º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B846E7 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 70 | 231 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.09 |
| HSL | 282.48º | 0.77% | 0.59% | - |
| HSV(B) | 282.48º | 0.7% | 0.91% | - |
| XYZ | 36.38 | 20.34 | 77.61 | - |
| YUV | 122.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 231 | 0.20 | 0.70 | 0 | 0.09 | 282.48 | 0.77 | 0.59 |
| Hex | B8 | 46 | E7 | 14 | 46 | 0 | 9 | 11A | 4D | 3B |
| Octal | 270 | 106 | 347 | 24 | 106 | 0 | 11 | 432 | 115 | 73 |
| Binary | 10111000 | 1000110 | 11100111 | 10100 | 1000110 | 0 | 1001 | 100011010 | 1001101 | 111011 |
Color Harmonies of #B846E7
Complementary color
Monochromatic Colors of #B846E7
Black with #B846E7
Text Example
Text Example
White with #B846E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846E7; }
p { color: rgb(184,70,231); }
H1.HeaderClassName
{
color: #B846E7;
}
.AnyTagClassName
{
color: #B846E7;
}
</style>
background-color css
<style>
a { background-color: #B846E7; }
a { background-color: rgb(184,70,231); }
div.DivClassName
{
background-color: #B846E7;
}
.BgClassName
{
background-color: #B846E7;
}
</style>
border-color css
<style>
span { border-color: #B846E7; }
span { border-color: rgb(184,70,231); }
td.TdClassName
{
border-color: #B846E7;
}
.TagClassName
{
border-color: #B846E7;
}
</style>