Shades of Medium Orchid #B83CDE
Tints of Medium Orchid #B83CDE
RGB
CMYK
RGB Variations
Color information
#B83CDE (or 0xB83CDE) is known color: Medium Orchid. HEX triplet: B8, 3C and DE. RGB value is (184,60,222). Sum of RGB (Red+Green+Blue) = 184+60+222=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #B83CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CDE is #47C321. Grayscale: #737373. Windows color (decimal): -4703010 or 14564536. OLE color: 14564536.
HSL color Cylindrical-coordinate representation of color #B83CDE: hue angle of 285.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83CDE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 60 | 222 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.13 |
| HSL | 285.93º | 0.71% | 0.55% | - |
| HSV(B) | 285.93º | 0.73% | 0.87% | - |
| XYZ | 34.57 | 18.7 | 70.89 | - |
| YUV | 115.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 222 | 0.17 | 0.73 | 0 | 0.13 | 285.93 | 0.71 | 0.55 |
| Hex | B8 | 3C | DE | 11 | 49 | 0 | D | 11E | 47 | 37 |
| Octal | 270 | 74 | 336 | 21 | 111 | 0 | 15 | 436 | 107 | 67 |
| Binary | 10111000 | 111100 | 11011110 | 10001 | 1001001 | 0 | 1101 | 100011110 | 1000111 | 110111 |
Color Harmonies of #B83CDE
Complementary color
Monochromatic Colors of #B83CDE
Black with #B83CDE
Text Example
Text Example
White with #B83CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CDE; }
p { color: rgb(184,60,222); }
H1.HeaderClassName
{
color: #B83CDE;
}
.AnyTagClassName
{
color: #B83CDE;
}
</style>
background-color css
<style>
a { background-color: #B83CDE; }
a { background-color: rgb(184,60,222); }
div.DivClassName
{
background-color: #B83CDE;
}
.BgClassName
{
background-color: #B83CDE;
}
</style>
border-color css
<style>
span { border-color: #B83CDE; }
span { border-color: rgb(184,60,222); }
td.TdClassName
{
border-color: #B83CDE;
}
.TagClassName
{
border-color: #B83CDE;
}
</style>