Shades of Medium Orchid #B931E8
Tints of Medium Orchid #B931E8
RGB
CMYK
RGB Variations
Color information
#B931E8 (or 0xB931E8) is known color: Medium Orchid. HEX triplet: B9, 31 and E8. RGB value is (185,49,232). Sum of RGB (Red+Green+Blue) = 185+49+232=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #B931E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931E8 is #46CE17. Grayscale: #6D6D6D. Windows color (decimal): -4640280 or 15217081. OLE color: 15217081.
HSL color Cylindrical-coordinate representation of color #B931E8: hue angle of 284.59º degrees, saturation: 0.8, 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 #B931E8 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 49 | 232 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.09 |
| HSL | 284.59º | 0.8% | 0.55% | - |
| HSV(B) | 284.59º | 0.79% | 0.91% | - |
| XYZ | 35.67 | 18.34 | 78 | - |
| YUV | 110.53 | 196.56 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 232 | 0.20 | 0.79 | 0 | 0.09 | 284.59 | 0.8 | 0.55 |
| Hex | B9 | 31 | E8 | 14 | 4F | 0 | 9 | 11D | 50 | 37 |
| Octal | 271 | 61 | 350 | 24 | 117 | 0 | 11 | 435 | 120 | 67 |
| Binary | 10111001 | 110001 | 11101000 | 10100 | 1001111 | 0 | 1001 | 100011101 | 1010000 | 110111 |
Color Harmonies of #B931E8
Complementary color
Monochromatic Colors of #B931E8
Black with #B931E8
Text Example
Text Example
White with #B931E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931E8; }
p { color: rgb(185,49,232); }
H1.HeaderClassName
{
color: #B931E8;
}
.AnyTagClassName
{
color: #B931E8;
}
</style>
background-color css
<style>
a { background-color: #B931E8; }
a { background-color: rgb(185,49,232); }
div.DivClassName
{
background-color: #B931E8;
}
.BgClassName
{
background-color: #B931E8;
}
</style>
border-color css
<style>
span { border-color: #B931E8; }
span { border-color: rgb(185,49,232); }
td.TdClassName
{
border-color: #B931E8;
}
.TagClassName
{
border-color: #B931E8;
}
</style>