Shades of Medium Orchid #B836CD
Tints of Medium Orchid #B836CD
RGB
CMYK
RGB Variations
Color information
#B836CD (or 0xB836CD) is known color: Medium Orchid. HEX triplet: B8, 36 and CD. RGB value is (184,54,205). Sum of RGB (Red+Green+Blue) = 184+54+205=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B836CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836CD is #47C932. Grayscale: #6D6D6D. Windows color (decimal): -4704563 or 13448888. OLE color: 13448888.
HSL color Cylindrical-coordinate representation of color #B836CD: hue angle of 291.66º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B836CD is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 54 | 205 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.20 |
| HSL | 291.66º | 0.6% | 0.51% | - |
| HSV(B) | 291.66º | 0.74% | 0.8% | - |
| XYZ | 32.11 | 17.24 | 59.39 | - |
| YUV | 110.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 205 | 0.10 | 0.74 | 0 | 0.20 | 291.66 | 0.6 | 0.51 |
| Hex | B8 | 36 | CD | A | 4A | 0 | 14 | 124 | 3C | 33 |
| Octal | 270 | 66 | 315 | 12 | 112 | 0 | 24 | 444 | 74 | 63 |
| Binary | 10111000 | 110110 | 11001101 | 1010 | 1001010 | 0 | 10100 | 100100100 | 111100 | 110011 |
Color Harmonies of #B836CD
Complementary color
Monochromatic Colors of #B836CD
Black with #B836CD
Text Example
Text Example
White with #B836CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836CD; }
p { color: rgb(184,54,205); }
H1.HeaderClassName
{
color: #B836CD;
}
.AnyTagClassName
{
color: #B836CD;
}
</style>
background-color css
<style>
a { background-color: #B836CD; }
a { background-color: rgb(184,54,205); }
div.DivClassName
{
background-color: #B836CD;
}
.BgClassName
{
background-color: #B836CD;
}
</style>
border-color css
<style>
span { border-color: #B836CD; }
span { border-color: rgb(184,54,205); }
td.TdClassName
{
border-color: #B836CD;
}
.TagClassName
{
border-color: #B836CD;
}
</style>