Shades of Medium Orchid #B83EFF
Tints of Medium Orchid #B83EFF
RGB
CMYK
RGB Variations
Color information
#B83EFF (or 0xB83EFF) is known color: Medium Orchid. HEX triplet: B8, 3E and FF. RGB value is (184,62,255). Sum of RGB (Red+Green+Blue) = 184+62+255=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B83EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83EFF is #47C100. Grayscale: #777777. Windows color (decimal): -4702465 or 16727736. OLE color: 16727736.
HSL color Cylindrical-coordinate representation of color #B83EFF: hue angle of 277.93º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83EFF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 62 | 255 | - |
| CMYK | 0.28 | 0.76 | 0 | 0 |
| HSL | 277.93º | 1% | 0.62% | - |
| HSV(B) | 277.93º | 0.76% | 1% | - |
| XYZ | 39.54 | 20.86 | 96.55 | - |
| YUV | 120.48 | 203.92 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 255 | 0.28 | 0.76 | 0 | 0 | 277.93 | 1 | 0.62 |
| Hex | B8 | 3E | FF | 1C | 4C | 0 | 0 | 116 | 64 | 3E |
| Octal | 270 | 76 | 377 | 34 | 114 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10111000 | 111110 | 11111111 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #B83EFF
Complementary color
Monochromatic Colors of #B83EFF
Black with #B83EFF
Text Example
Text Example
White with #B83EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83EFF; }
p { color: rgb(184,62,255); }
H1.HeaderClassName
{
color: #B83EFF;
}
.AnyTagClassName
{
color: #B83EFF;
}
</style>
background-color css
<style>
a { background-color: #B83EFF; }
a { background-color: rgb(184,62,255); }
div.DivClassName
{
background-color: #B83EFF;
}
.BgClassName
{
background-color: #B83EFF;
}
</style>
border-color css
<style>
span { border-color: #B83EFF; }
span { border-color: rgb(184,62,255); }
td.TdClassName
{
border-color: #B83EFF;
}
.TagClassName
{
border-color: #B83EFF;
}
</style>