Shades of Medium Orchid #B931E9
Tints of Medium Orchid #B931E9
RGB
CMYK
RGB Variations
Color information
#B931E9 (or 0xB931E9) is known color: Medium Orchid. HEX triplet: B9, 31 and E9. RGB value is (185,49,233). Sum of RGB (Red+Green+Blue) = 185+49+233=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #B931E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931E9 is #46CE16. Grayscale: #6E6E6E. Windows color (decimal): -4640279 or 15282617. OLE color: 15282617.
HSL color Cylindrical-coordinate representation of color #B931E9: hue angle of 284.35º 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 #B931E9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 49 | 233 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.09 |
| HSL | 284.35º | 0.81% | 0.55% | - |
| HSV(B) | 284.35º | 0.79% | 0.91% | - |
| XYZ | 35.81 | 18.39 | 78.75 | - |
| YUV | 110.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 233 | 0.21 | 0.79 | 0 | 0.09 | 284.35 | 0.81 | 0.55 |
| Hex | B9 | 31 | E9 | 15 | 4F | 0 | 9 | 11C | 51 | 37 |
| Octal | 271 | 61 | 351 | 25 | 117 | 0 | 11 | 434 | 121 | 67 |
| Binary | 10111001 | 110001 | 11101001 | 10101 | 1001111 | 0 | 1001 | 100011100 | 1010001 | 110111 |
Color Harmonies of #B931E9
Complementary color
Monochromatic Colors of #B931E9
Black with #B931E9
Text Example
Text Example
White with #B931E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931E9; }
p { color: rgb(185,49,233); }
H1.HeaderClassName
{
color: #B931E9;
}
.AnyTagClassName
{
color: #B931E9;
}
</style>
background-color css
<style>
a { background-color: #B931E9; }
a { background-color: rgb(185,49,233); }
div.DivClassName
{
background-color: #B931E9;
}
.BgClassName
{
background-color: #B931E9;
}
</style>
border-color css
<style>
span { border-color: #B931E9; }
span { border-color: rgb(185,49,233); }
td.TdClassName
{
border-color: #B931E9;
}
.TagClassName
{
border-color: #B931E9;
}
</style>