Shades of Medium Orchid #B83FEB
Tints of Medium Orchid #B83FEB
RGB
CMYK
RGB Variations
Color information
#B83FEB (or 0xB83FEB) is known color: Medium Orchid. HEX triplet: B8, 3F and EB. RGB value is (184,63,235). Sum of RGB (Red+Green+Blue) = 184+63+235=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #B83FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83FEB is #47C014. Grayscale: #767676. Windows color (decimal): -4702229 or 15417272. OLE color: 15417272.
HSL color Cylindrical-coordinate representation of color #B83FEB: hue angle of 282.21º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83FEB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 63 | 235 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.08 |
| HSL | 282.21º | 0.81% | 0.58% | - |
| HSV(B) | 282.21º | 0.73% | 0.92% | - |
| XYZ | 36.54 | 19.74 | 80.48 | - |
| YUV | 118.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 235 | 0.22 | 0.73 | 0 | 0.08 | 282.21 | 0.81 | 0.58 |
| Hex | B8 | 3F | EB | 16 | 49 | 0 | 8 | 11A | 51 | 3A |
| Octal | 270 | 77 | 353 | 26 | 111 | 0 | 10 | 432 | 121 | 72 |
| Binary | 10111000 | 111111 | 11101011 | 10110 | 1001001 | 0 | 1000 | 100011010 | 1010001 | 111010 |
Color Harmonies of #B83FEB
Complementary color
Monochromatic Colors of #B83FEB
Black with #B83FEB
Text Example
Text Example
White with #B83FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FEB; }
p { color: rgb(184,63,235); }
H1.HeaderClassName
{
color: #B83FEB;
}
.AnyTagClassName
{
color: #B83FEB;
}
</style>
background-color css
<style>
a { background-color: #B83FEB; }
a { background-color: rgb(184,63,235); }
div.DivClassName
{
background-color: #B83FEB;
}
.BgClassName
{
background-color: #B83FEB;
}
</style>
border-color css
<style>
span { border-color: #B83FEB; }
span { border-color: rgb(184,63,235); }
td.TdClassName
{
border-color: #B83FEB;
}
.TagClassName
{
border-color: #B83FEB;
}
</style>