Shades of Medium Orchid #B836DB
Tints of Medium Orchid #B836DB
RGB
CMYK
RGB Variations
Color information
#B836DB (or 0xB836DB) is known color: Medium Orchid. HEX triplet: B8, 36 and DB. RGB value is (184,54,219). Sum of RGB (Red+Green+Blue) = 184+54+219=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #B836DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836DB is #47C924. Grayscale: #6F6F6F. Windows color (decimal): -4704549 or 14366392. OLE color: 14366392.
HSL color Cylindrical-coordinate representation of color #B836DB: hue angle of 287.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B836DB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 54 | 219 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.14 |
| HSL | 287.27º | 0.7% | 0.54% | - |
| HSV(B) | 287.27º | 0.75% | 0.86% | - |
| XYZ | 33.87 | 17.94 | 68.7 | - |
| YUV | 111.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 219 | 0.16 | 0.75 | 0 | 0.14 | 287.27 | 0.7 | 0.54 |
| Hex | B8 | 36 | DB | 10 | 4B | 0 | E | 11F | 46 | 36 |
| Octal | 270 | 66 | 333 | 20 | 113 | 0 | 16 | 437 | 106 | 66 |
| Binary | 10111000 | 110110 | 11011011 | 10000 | 1001011 | 0 | 1110 | 100011111 | 1000110 | 110110 |
Color Harmonies of #B836DB
Complementary color
Monochromatic Colors of #B836DB
Black with #B836DB
Text Example
Text Example
White with #B836DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836DB; }
p { color: rgb(184,54,219); }
H1.HeaderClassName
{
color: #B836DB;
}
.AnyTagClassName
{
color: #B836DB;
}
</style>
background-color css
<style>
a { background-color: #B836DB; }
a { background-color: rgb(184,54,219); }
div.DivClassName
{
background-color: #B836DB;
}
.BgClassName
{
background-color: #B836DB;
}
</style>
border-color css
<style>
span { border-color: #B836DB; }
span { border-color: rgb(184,54,219); }
td.TdClassName
{
border-color: #B836DB;
}
.TagClassName
{
border-color: #B836DB;
}
</style>