Shades of Medium Orchid #B83FEC
Tints of Medium Orchid #B83FEC
RGB
CMYK
RGB Variations
Color information
#B83FEC (or 0xB83FEC) is known color: Medium Orchid. HEX triplet: B8, 3F and EC. RGB value is (184,63,236). Sum of RGB (Red+Green+Blue) = 184+63+236=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #B83FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83FEC is #47C013. Grayscale: #767676. Windows color (decimal): -4702228 or 15482808. OLE color: 15482808.
HSL color Cylindrical-coordinate representation of color #B83FEC: hue angle of 281.97º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83FEC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 63 | 236 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.07 |
| HSL | 281.97º | 0.82% | 0.59% | - |
| HSV(B) | 281.97º | 0.73% | 0.93% | - |
| XYZ | 36.69 | 19.8 | 81.25 | - |
| YUV | 118.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 236 | 0.22 | 0.73 | 0 | 0.07 | 281.97 | 0.82 | 0.59 |
| Hex | B8 | 3F | EC | 16 | 49 | 0 | 7 | 11A | 52 | 3B |
| Octal | 270 | 77 | 354 | 26 | 111 | 0 | 7 | 432 | 122 | 73 |
| Binary | 10111000 | 111111 | 11101100 | 10110 | 1001001 | 0 | 111 | 100011010 | 1010010 | 111011 |
Color Harmonies of #B83FEC
Complementary color
Monochromatic Colors of #B83FEC
Black with #B83FEC
Text Example
Text Example
White with #B83FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FEC; }
p { color: rgb(184,63,236); }
H1.HeaderClassName
{
color: #B83FEC;
}
.AnyTagClassName
{
color: #B83FEC;
}
</style>
background-color css
<style>
a { background-color: #B83FEC; }
a { background-color: rgb(184,63,236); }
div.DivClassName
{
background-color: #B83FEC;
}
.BgClassName
{
background-color: #B83FEC;
}
</style>
border-color css
<style>
span { border-color: #B83FEC; }
span { border-color: rgb(184,63,236); }
td.TdClassName
{
border-color: #B83FEC;
}
.TagClassName
{
border-color: #B83FEC;
}
</style>