Shades of Medium Orchid #B847C9
Tints of Medium Orchid #B847C9
RGB
CMYK
RGB Variations
Color information
#B847C9 (or 0xB847C9) is known color: Medium Orchid. HEX triplet: B8, 47 and C9. RGB value is (184,71,201). Sum of RGB (Red+Green+Blue) = 184+71+201=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #B847C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B847C9 is #47B836. Grayscale: #777777. Windows color (decimal): -4700215 or 13191096. OLE color: 13191096.
HSL color Cylindrical-coordinate representation of color #B847C9: hue angle of 292.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B847C9 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 71 | 201 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.21 |
| HSL | 292.15º | 0.55% | 0.53% | - |
| HSV(B) | 292.15º | 0.65% | 0.79% | - |
| XYZ | 32.56 | 18.91 | 57.19 | - |
| YUV | 119.61 | 173.94 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 201 | 0.08 | 0.65 | 0 | 0.21 | 292.15 | 0.55 | 0.53 |
| Hex | B8 | 47 | C9 | 8 | 41 | 0 | 15 | 124 | 37 | 35 |
| Octal | 270 | 107 | 311 | 10 | 101 | 0 | 25 | 444 | 67 | 65 |
| Binary | 10111000 | 1000111 | 11001001 | 1000 | 1000001 | 0 | 10101 | 100100100 | 110111 | 110101 |
Color Harmonies of #B847C9
Complementary color
Monochromatic Colors of #B847C9
Black with #B847C9
Text Example
Text Example
White with #B847C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847C9; }
p { color: rgb(184,71,201); }
H1.HeaderClassName
{
color: #B847C9;
}
.AnyTagClassName
{
color: #B847C9;
}
</style>
background-color css
<style>
a { background-color: #B847C9; }
a { background-color: rgb(184,71,201); }
div.DivClassName
{
background-color: #B847C9;
}
.BgClassName
{
background-color: #B847C9;
}
</style>
border-color css
<style>
span { border-color: #B847C9; }
span { border-color: rgb(184,71,201); }
td.TdClassName
{
border-color: #B847C9;
}
.TagClassName
{
border-color: #B847C9;
}
</style>