Shades of Medium Orchid #B831F2
Tints of Medium Orchid #B831F2
RGB
CMYK
RGB Variations
Color information
#B831F2 (or 0xB831F2) is known color: Medium Orchid. HEX triplet: B8, 31 and F2. RGB value is (184,49,242). Sum of RGB (Red+Green+Blue) = 184+49+242=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #B831F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B831F2 is #47CE0D. Grayscale: #6E6E6E. Windows color (decimal): -4705806 or 15872440. OLE color: 15872440.
HSL color Cylindrical-coordinate representation of color #B831F2: hue angle of 281.97º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B831F2 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 49 | 242 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.05 |
| HSL | 281.97º | 0.88% | 0.57% | - |
| HSV(B) | 281.97º | 0.8% | 0.95% | - |
| XYZ | 36.89 | 18.8 | 85.69 | - |
| YUV | 111.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 242 | 0.24 | 0.80 | 0 | 0.05 | 281.97 | 0.88 | 0.57 |
| Hex | B8 | 31 | F2 | 18 | 50 | 0 | 5 | 11A | 58 | 39 |
| Octal | 270 | 61 | 362 | 30 | 120 | 0 | 5 | 432 | 130 | 71 |
| Binary | 10111000 | 110001 | 11110010 | 11000 | 1010000 | 0 | 101 | 100011010 | 1011000 | 111001 |
Color Harmonies of #B831F2
Complementary color
Monochromatic Colors of #B831F2
Black with #B831F2
Text Example
Text Example
White with #B831F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831F2; }
p { color: rgb(184,49,242); }
H1.HeaderClassName
{
color: #B831F2;
}
.AnyTagClassName
{
color: #B831F2;
}
</style>
background-color css
<style>
a { background-color: #B831F2; }
a { background-color: rgb(184,49,242); }
div.DivClassName
{
background-color: #B831F2;
}
.BgClassName
{
background-color: #B831F2;
}
</style>
border-color css
<style>
span { border-color: #B831F2; }
span { border-color: rgb(184,49,242); }
td.TdClassName
{
border-color: #B831F2;
}
.TagClassName
{
border-color: #B831F2;
}
</style>