Shades of Medium Orchid #B834D6
Tints of Medium Orchid #B834D6
RGB
CMYK
RGB Variations
Color information
#B834D6 (or 0xB834D6) is known color: Medium Orchid. HEX triplet: B8, 34 and D6. RGB value is (184,52,214). Sum of RGB (Red+Green+Blue) = 184+52+214=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #B834D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834D6 is #47CB29. Grayscale: #6D6D6D. Windows color (decimal): -4705066 or 14038200. OLE color: 14038200.
HSL color Cylindrical-coordinate representation of color #B834D6: hue angle of 288.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B834D6 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 52 | 214 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.16 |
| HSL | 288.89º | 0.66% | 0.52% | - |
| HSV(B) | 288.89º | 0.76% | 0.84% | - |
| XYZ | 33.13 | 17.5 | 65.25 | - |
| YUV | 109.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 214 | 0.14 | 0.76 | 0 | 0.16 | 288.89 | 0.66 | 0.52 |
| Hex | B8 | 34 | D6 | E | 4C | 0 | 10 | 121 | 42 | 34 |
| Octal | 270 | 64 | 326 | 16 | 114 | 0 | 20 | 441 | 102 | 64 |
| Binary | 10111000 | 110100 | 11010110 | 1110 | 1001100 | 0 | 10000 | 100100001 | 1000010 | 110100 |
Color Harmonies of #B834D6
Complementary color
Monochromatic Colors of #B834D6
Black with #B834D6
Text Example
Text Example
White with #B834D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834D6; }
p { color: rgb(184,52,214); }
H1.HeaderClassName
{
color: #B834D6;
}
.AnyTagClassName
{
color: #B834D6;
}
</style>
background-color css
<style>
a { background-color: #B834D6; }
a { background-color: rgb(184,52,214); }
div.DivClassName
{
background-color: #B834D6;
}
.BgClassName
{
background-color: #B834D6;
}
</style>
border-color css
<style>
span { border-color: #B834D6; }
span { border-color: rgb(184,52,214); }
td.TdClassName
{
border-color: #B834D6;
}
.TagClassName
{
border-color: #B834D6;
}
</style>