Shades of Medium Orchid #B931E5
Tints of Medium Orchid #B931E5
RGB
CMYK
RGB Variations
Color information
#B931E5 (or 0xB931E5) is known color: Medium Orchid. HEX triplet: B9, 31 and E5. RGB value is (185,49,229). Sum of RGB (Red+Green+Blue) = 185+49+229=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #B931E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931E5 is #46CE1A. Grayscale: #6D6D6D. Windows color (decimal): -4640283 or 15020473. OLE color: 15020473.
HSL color Cylindrical-coordinate representation of color #B931E5: hue angle of 285.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B931E5 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 49 | 229 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.10 |
| HSL | 285.33º | 0.78% | 0.55% | - |
| HSV(B) | 285.33º | 0.79% | 0.9% | - |
| XYZ | 35.25 | 18.17 | 75.78 | - |
| YUV | 110.18 | 195.06 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 229 | 0.19 | 0.79 | 0 | 0.10 | 285.33 | 0.78 | 0.55 |
| Hex | B9 | 31 | E5 | 13 | 4F | 0 | A | 11D | 4E | 37 |
| Octal | 271 | 61 | 345 | 23 | 117 | 0 | 12 | 435 | 116 | 67 |
| Binary | 10111001 | 110001 | 11100101 | 10011 | 1001111 | 0 | 1010 | 100011101 | 1001110 | 110111 |
Color Harmonies of #B931E5
Complementary color
Monochromatic Colors of #B931E5
Black with #B931E5
Text Example
Text Example
White with #B931E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931E5; }
p { color: rgb(185,49,229); }
H1.HeaderClassName
{
color: #B931E5;
}
.AnyTagClassName
{
color: #B931E5;
}
</style>
background-color css
<style>
a { background-color: #B931E5; }
a { background-color: rgb(185,49,229); }
div.DivClassName
{
background-color: #B931E5;
}
.BgClassName
{
background-color: #B931E5;
}
</style>
border-color css
<style>
span { border-color: #B931E5; }
span { border-color: rgb(185,49,229); }
td.TdClassName
{
border-color: #B931E5;
}
.TagClassName
{
border-color: #B931E5;
}
</style>