Shades of Medium Orchid #B83BEB
Tints of Medium Orchid #B83BEB
RGB
CMYK
RGB Variations
Color information
#B83BEB (or 0xB83BEB) is known color: Medium Orchid. HEX triplet: B8, 3B and EB. RGB value is (184,59,235). Sum of RGB (Red+Green+Blue) = 184+59+235=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #B83BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83BEB is #47C414. Grayscale: #737373. Windows color (decimal): -4703253 or 15416248. OLE color: 15416248.
HSL color Cylindrical-coordinate representation of color #B83BEB: hue angle of 282.61º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83BEB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 59 | 235 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.08 |
| HSL | 282.61º | 0.81% | 0.58% | - |
| HSV(B) | 282.61º | 0.75% | 0.92% | - |
| XYZ | 36.33 | 19.32 | 80.41 | - |
| YUV | 116.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 235 | 0.22 | 0.75 | 0 | 0.08 | 282.61 | 0.81 | 0.58 |
| Hex | B8 | 3B | EB | 16 | 4B | 0 | 8 | 11B | 51 | 3A |
| Octal | 270 | 73 | 353 | 26 | 113 | 0 | 10 | 433 | 121 | 72 |
| Binary | 10111000 | 111011 | 11101011 | 10110 | 1001011 | 0 | 1000 | 100011011 | 1010001 | 111010 |
Color Harmonies of #B83BEB
Complementary color
Monochromatic Colors of #B83BEB
Black with #B83BEB
Text Example
Text Example
White with #B83BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BEB; }
p { color: rgb(184,59,235); }
H1.HeaderClassName
{
color: #B83BEB;
}
.AnyTagClassName
{
color: #B83BEB;
}
</style>
background-color css
<style>
a { background-color: #B83BEB; }
a { background-color: rgb(184,59,235); }
div.DivClassName
{
background-color: #B83BEB;
}
.BgClassName
{
background-color: #B83BEB;
}
</style>
border-color css
<style>
span { border-color: #B83BEB; }
span { border-color: rgb(184,59,235); }
td.TdClassName
{
border-color: #B83BEB;
}
.TagClassName
{
border-color: #B83BEB;
}
</style>