Shades of Medium Orchid #B836C9
Tints of Medium Orchid #B836C9
RGB
CMYK
RGB Variations
Color information
#B836C9 (or 0xB836C9) is known color: Medium Orchid. HEX triplet: B8, 36 and C9. RGB value is (184,54,201). Sum of RGB (Red+Green+Blue) = 184+54+201=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #B836C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836C9 is #47C936. Grayscale: #6D6D6D. Windows color (decimal): -4704567 or 13186744. OLE color: 13186744.
HSL color Cylindrical-coordinate representation of color #B836C9: hue angle of 293.06º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B836C9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 54 | 201 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.21 |
| HSL | 293.06º | 0.58% | 0.5% | - |
| HSV(B) | 293.06º | 0.73% | 0.79% | - |
| XYZ | 31.63 | 17.05 | 56.88 | - |
| YUV | 109.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 201 | 0.08 | 0.73 | 0 | 0.21 | 293.06 | 0.58 | 0.5 |
| Hex | B8 | 36 | C9 | 8 | 49 | 0 | 15 | 125 | 3A | 32 |
| Octal | 270 | 66 | 311 | 10 | 111 | 0 | 25 | 445 | 72 | 62 |
| Binary | 10111000 | 110110 | 11001001 | 1000 | 1001001 | 0 | 10101 | 100100101 | 111010 | 110010 |
Color Harmonies of #B836C9
Complementary color
Monochromatic Colors of #B836C9
Black with #B836C9
Text Example
Text Example
White with #B836C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836C9; }
p { color: rgb(184,54,201); }
H1.HeaderClassName
{
color: #B836C9;
}
.AnyTagClassName
{
color: #B836C9;
}
</style>
background-color css
<style>
a { background-color: #B836C9; }
a { background-color: rgb(184,54,201); }
div.DivClassName
{
background-color: #B836C9;
}
.BgClassName
{
background-color: #B836C9;
}
</style>
border-color css
<style>
span { border-color: #B836C9; }
span { border-color: rgb(184,54,201); }
td.TdClassName
{
border-color: #B836C9;
}
.TagClassName
{
border-color: #B836C9;
}
</style>