Shades of Medium Orchid #B83BEC
Tints of Medium Orchid #B83BEC
RGB
CMYK
RGB Variations
Color information
#B83BEC (or 0xB83BEC) is known color: Medium Orchid. HEX triplet: B8, 3B and EC. RGB value is (184,59,236). Sum of RGB (Red+Green+Blue) = 184+59+236=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B83BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83BEC is #47C413. Grayscale: #737373. Windows color (decimal): -4703252 or 15481784. OLE color: 15481784.
HSL color Cylindrical-coordinate representation of color #B83BEC: hue angle of 282.37º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83BEC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 59 | 236 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.07 |
| HSL | 282.37º | 0.82% | 0.58% | - |
| HSV(B) | 282.37º | 0.75% | 0.93% | - |
| XYZ | 36.47 | 19.37 | 81.17 | - |
| YUV | 116.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 236 | 0.22 | 0.75 | 0 | 0.07 | 282.37 | 0.82 | 0.58 |
| Hex | B8 | 3B | EC | 16 | 4B | 0 | 7 | 11A | 52 | 3A |
| Octal | 270 | 73 | 354 | 26 | 113 | 0 | 7 | 432 | 122 | 72 |
| Binary | 10111000 | 111011 | 11101100 | 10110 | 1001011 | 0 | 111 | 100011010 | 1010010 | 111010 |
Color Harmonies of #B83BEC
Complementary color
Monochromatic Colors of #B83BEC
Black with #B83BEC
Text Example
Text Example
White with #B83BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BEC; }
p { color: rgb(184,59,236); }
H1.HeaderClassName
{
color: #B83BEC;
}
.AnyTagClassName
{
color: #B83BEC;
}
</style>
background-color css
<style>
a { background-color: #B83BEC; }
a { background-color: rgb(184,59,236); }
div.DivClassName
{
background-color: #B83BEC;
}
.BgClassName
{
background-color: #B83BEC;
}
</style>
border-color css
<style>
span { border-color: #B83BEC; }
span { border-color: rgb(184,59,236); }
td.TdClassName
{
border-color: #B83BEC;
}
.TagClassName
{
border-color: #B83BEC;
}
</style>