Shades of Medium Orchid #B834DF
Tints of Medium Orchid #B834DF
RGB
CMYK
RGB Variations
Color information
#B834DF (or 0xB834DF) is known color: Medium Orchid. HEX triplet: B8, 34 and DF. RGB value is (184,52,223). Sum of RGB (Red+Green+Blue) = 184+52+223=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #B834DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834DF is #47CB20. Grayscale: #6E6E6E. Windows color (decimal): -4705057 or 14628024. OLE color: 14628024.
HSL color Cylindrical-coordinate representation of color #B834DF: hue angle of 286.32º degrees, saturation: 0.73, 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 #B834DF is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 52 | 223 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.13 |
| HSL | 286.32º | 0.73% | 0.54% | - |
| HSV(B) | 286.32º | 0.77% | 0.87% | - |
| XYZ | 34.31 | 17.97 | 71.47 | - |
| YUV | 110.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 223 | 0.17 | 0.77 | 0 | 0.13 | 286.32 | 0.73 | 0.54 |
| Hex | B8 | 34 | DF | 11 | 4D | 0 | D | 11E | 49 | 36 |
| Octal | 270 | 64 | 337 | 21 | 115 | 0 | 15 | 436 | 111 | 66 |
| Binary | 10111000 | 110100 | 11011111 | 10001 | 1001101 | 0 | 1101 | 100011110 | 1001001 | 110110 |
Color Harmonies of #B834DF
Complementary color
Monochromatic Colors of #B834DF
Black with #B834DF
Text Example
Text Example
White with #B834DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834DF; }
p { color: rgb(184,52,223); }
H1.HeaderClassName
{
color: #B834DF;
}
.AnyTagClassName
{
color: #B834DF;
}
</style>
background-color css
<style>
a { background-color: #B834DF; }
a { background-color: rgb(184,52,223); }
div.DivClassName
{
background-color: #B834DF;
}
.BgClassName
{
background-color: #B834DF;
}
</style>
border-color css
<style>
span { border-color: #B834DF; }
span { border-color: rgb(184,52,223); }
td.TdClassName
{
border-color: #B834DF;
}
.TagClassName
{
border-color: #B834DF;
}
</style>