Shades of Medium Orchid #B834DE
Tints of Medium Orchid #B834DE
RGB
CMYK
RGB Variations
Color information
#B834DE (or 0xB834DE) is known color: Medium Orchid. HEX triplet: B8, 34 and DE. RGB value is (184,52,222). Sum of RGB (Red+Green+Blue) = 184+52+222=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #B834DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834DE is #47CB21. Grayscale: #6E6E6E. Windows color (decimal): -4705058 or 14562488. OLE color: 14562488.
HSL color Cylindrical-coordinate representation of color #B834DE: hue angle of 286.59º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B834DE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 52 | 222 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.13 |
| HSL | 286.59º | 0.72% | 0.54% | - |
| HSV(B) | 286.59º | 0.77% | 0.87% | - |
| XYZ | 34.18 | 17.92 | 70.76 | - |
| YUV | 110.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 222 | 0.17 | 0.77 | 0 | 0.13 | 286.59 | 0.72 | 0.54 |
| Hex | B8 | 34 | DE | 11 | 4D | 0 | D | 11F | 48 | 36 |
| Octal | 270 | 64 | 336 | 21 | 115 | 0 | 15 | 437 | 110 | 66 |
| Binary | 10111000 | 110100 | 11011110 | 10001 | 1001101 | 0 | 1101 | 100011111 | 1001000 | 110110 |
Color Harmonies of #B834DE
Complementary color
Monochromatic Colors of #B834DE
Black with #B834DE
Text Example
Text Example
White with #B834DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834DE; }
p { color: rgb(184,52,222); }
H1.HeaderClassName
{
color: #B834DE;
}
.AnyTagClassName
{
color: #B834DE;
}
</style>
background-color css
<style>
a { background-color: #B834DE; }
a { background-color: rgb(184,52,222); }
div.DivClassName
{
background-color: #B834DE;
}
.BgClassName
{
background-color: #B834DE;
}
</style>
border-color css
<style>
span { border-color: #B834DE; }
span { border-color: rgb(184,52,222); }
td.TdClassName
{
border-color: #B834DE;
}
.TagClassName
{
border-color: #B834DE;
}
</style>