Shades of Medium Orchid #B931DC
Tints of Medium Orchid #B931DC
RGB
CMYK
RGB Variations
Color information
#B931DC (or 0xB931DC) is known color: Medium Orchid. HEX triplet: B9, 31 and DC. RGB value is (185,49,220). Sum of RGB (Red+Green+Blue) = 185+49+220=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #B931DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931DC is #46CE23. Grayscale: #6C6C6C. Windows color (decimal): -4640292 or 14430649. OLE color: 14430649.
HSL color Cylindrical-coordinate representation of color #B931DC: hue angle of 287.72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B931DC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 49 | 220 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.14 |
| HSL | 287.72º | 0.71% | 0.53% | - |
| HSV(B) | 287.72º | 0.78% | 0.86% | - |
| XYZ | 34.02 | 17.68 | 69.33 | - |
| YUV | 109.16 | 190.56 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 220 | 0.16 | 0.78 | 0 | 0.14 | 287.72 | 0.71 | 0.53 |
| Hex | B9 | 31 | DC | 10 | 4E | 0 | E | 120 | 47 | 35 |
| Octal | 271 | 61 | 334 | 20 | 116 | 0 | 16 | 440 | 107 | 65 |
| Binary | 10111001 | 110001 | 11011100 | 10000 | 1001110 | 0 | 1110 | 100100000 | 1000111 | 110101 |
Color Harmonies of #B931DC
Complementary color
Monochromatic Colors of #B931DC
Black with #B931DC
Text Example
Text Example
White with #B931DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931DC; }
p { color: rgb(185,49,220); }
H1.HeaderClassName
{
color: #B931DC;
}
.AnyTagClassName
{
color: #B931DC;
}
</style>
background-color css
<style>
a { background-color: #B931DC; }
a { background-color: rgb(185,49,220); }
div.DivClassName
{
background-color: #B931DC;
}
.BgClassName
{
background-color: #B931DC;
}
</style>
border-color css
<style>
span { border-color: #B931DC; }
span { border-color: rgb(185,49,220); }
td.TdClassName
{
border-color: #B931DC;
}
.TagClassName
{
border-color: #B931DC;
}
</style>