Shades of Medium Orchid #B846D5
Tints of Medium Orchid #B846D5
RGB
CMYK
RGB Variations
Color information
#B846D5 (or 0xB846D5) is known color: Medium Orchid. HEX triplet: B8, 46 and D5. RGB value is (184,70,213). Sum of RGB (Red+Green+Blue) = 184+70+213=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #B846D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846D5 is #47B92A. Grayscale: #777777. Windows color (decimal): -4700459 or 13977272. OLE color: 13977272.
HSL color Cylindrical-coordinate representation of color #B846D5: hue angle of 287.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B846D5 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 70 | 213 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.16 |
| HSL | 287.83º | 0.63% | 0.55% | - |
| HSV(B) | 287.83º | 0.67% | 0.84% | - |
| XYZ | 33.97 | 19.37 | 64.9 | - |
| YUV | 120.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 213 | 0.14 | 0.67 | 0 | 0.16 | 287.83 | 0.63 | 0.55 |
| Hex | B8 | 46 | D5 | E | 43 | 0 | 10 | 120 | 3F | 37 |
| Octal | 270 | 106 | 325 | 16 | 103 | 0 | 20 | 440 | 77 | 67 |
| Binary | 10111000 | 1000110 | 11010101 | 1110 | 1000011 | 0 | 10000 | 100100000 | 111111 | 110111 |
Color Harmonies of #B846D5
Complementary color
Monochromatic Colors of #B846D5
Black with #B846D5
Text Example
Text Example
White with #B846D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B846D5; }
p { color: rgb(184,70,213); }
H1.HeaderClassName
{
color: #B846D5;
}
.AnyTagClassName
{
color: #B846D5;
}
</style>
background-color css
<style>
a { background-color: #B846D5; }
a { background-color: rgb(184,70,213); }
div.DivClassName
{
background-color: #B846D5;
}
.BgClassName
{
background-color: #B846D5;
}
</style>
border-color css
<style>
span { border-color: #B846D5; }
span { border-color: rgb(184,70,213); }
td.TdClassName
{
border-color: #B846D5;
}
.TagClassName
{
border-color: #B846D5;
}
</style>