Shades of Medium Orchid #B931F0
Tints of Medium Orchid #B931F0
RGB
CMYK
RGB Variations
Color information
#B931F0 (or 0xB931F0) is known color: Medium Orchid. HEX triplet: B9, 31 and F0. RGB value is (185,49,240). Sum of RGB (Red+Green+Blue) = 185+49+240=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #B931F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931F0 is #46CE0F. Grayscale: #6E6E6E. Windows color (decimal): -4640272 or 15741369. OLE color: 15741369.
HSL color Cylindrical-coordinate representation of color #B931F0: hue angle of 282.72º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B931F0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 49 | 240 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.06 |
| HSL | 282.72º | 0.86% | 0.57% | - |
| HSV(B) | 282.72º | 0.8% | 0.94% | - |
| XYZ | 36.83 | 18.8 | 84.13 | - |
| YUV | 111.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 240 | 0.23 | 0.80 | 0 | 0.06 | 282.72 | 0.86 | 0.57 |
| Hex | B9 | 31 | F0 | 17 | 50 | 0 | 6 | 11B | 56 | 39 |
| Octal | 271 | 61 | 360 | 27 | 120 | 0 | 6 | 433 | 126 | 71 |
| Binary | 10111001 | 110001 | 11110000 | 10111 | 1010000 | 0 | 110 | 100011011 | 1010110 | 111001 |
Color Harmonies of #B931F0
Complementary color
Monochromatic Colors of #B931F0
Black with #B931F0
Text Example
Text Example
White with #B931F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931F0; }
p { color: rgb(185,49,240); }
H1.HeaderClassName
{
color: #B931F0;
}
.AnyTagClassName
{
color: #B931F0;
}
</style>
background-color css
<style>
a { background-color: #B931F0; }
a { background-color: rgb(185,49,240); }
div.DivClassName
{
background-color: #B931F0;
}
.BgClassName
{
background-color: #B931F0;
}
</style>
border-color css
<style>
span { border-color: #B931F0; }
span { border-color: rgb(185,49,240); }
td.TdClassName
{
border-color: #B931F0;
}
.TagClassName
{
border-color: #B931F0;
}
</style>