Shades of Medium Orchid #B831E9
Tints of Medium Orchid #B831E9
RGB
CMYK
RGB Variations
Color information
#B831E9 (or 0xB831E9) is known color: Medium Orchid. HEX triplet: B8, 31 and E9. RGB value is (184,49,233). Sum of RGB (Red+Green+Blue) = 184+49+233=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #B831E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831E9 is #47CE16. Grayscale: #6D6D6D. Windows color (decimal): -4705815 or 15282616. OLE color: 15282616.
HSL color Cylindrical-coordinate representation of color #B831E9: hue angle of 284.02º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B831E9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 49 | 233 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.09 |
| HSL | 284.02º | 0.81% | 0.55% | - |
| HSV(B) | 284.02º | 0.79% | 0.91% | - |
| XYZ | 35.57 | 18.27 | 78.74 | - |
| YUV | 110.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 233 | 0.21 | 0.79 | 0 | 0.09 | 284.02 | 0.81 | 0.55 |
| Hex | B8 | 31 | E9 | 15 | 4F | 0 | 9 | 11C | 51 | 37 |
| Octal | 270 | 61 | 351 | 25 | 117 | 0 | 11 | 434 | 121 | 67 |
| Binary | 10111000 | 110001 | 11101001 | 10101 | 1001111 | 0 | 1001 | 100011100 | 1010001 | 110111 |
Color Harmonies of #B831E9
Complementary color
Monochromatic Colors of #B831E9
Black with #B831E9
Text Example
Text Example
White with #B831E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831E9; }
p { color: rgb(184,49,233); }
H1.HeaderClassName
{
color: #B831E9;
}
.AnyTagClassName
{
color: #B831E9;
}
</style>
background-color css
<style>
a { background-color: #B831E9; }
a { background-color: rgb(184,49,233); }
div.DivClassName
{
background-color: #B831E9;
}
.BgClassName
{
background-color: #B831E9;
}
</style>
border-color css
<style>
span { border-color: #B831E9; }
span { border-color: rgb(184,49,233); }
td.TdClassName
{
border-color: #B831E9;
}
.TagClassName
{
border-color: #B831E9;
}
</style>