Shades of Medium Orchid #B931DD
Tints of Medium Orchid #B931DD
RGB
CMYK
RGB Variations
Color information
#B931DD (or 0xB931DD) is known color: Medium Orchid. HEX triplet: B9, 31 and DD. RGB value is (185,49,221). Sum of RGB (Red+Green+Blue) = 185+49+221=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #B931DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931DD is #46CE22. Grayscale: #6C6C6C. Windows color (decimal): -4640291 or 14496185. OLE color: 14496185.
HSL color Cylindrical-coordinate representation of color #B931DD: hue angle of 287.44º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B931DD is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 49 | 221 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.44º | 0.72% | 0.53% | - |
| HSV(B) | 287.44º | 0.78% | 0.87% | - |
| XYZ | 34.16 | 17.73 | 70.03 | - |
| YUV | 109.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 221 | 0.16 | 0.78 | 0 | 0.13 | 287.44 | 0.72 | 0.53 |
| Hex | B9 | 31 | DD | 10 | 4E | 0 | D | 11F | 48 | 35 |
| Octal | 271 | 61 | 335 | 20 | 116 | 0 | 15 | 437 | 110 | 65 |
| Binary | 10111001 | 110001 | 11011101 | 10000 | 1001110 | 0 | 1101 | 100011111 | 1001000 | 110101 |
Color Harmonies of #B931DD
Complementary color
Monochromatic Colors of #B931DD
Black with #B931DD
Text Example
Text Example
White with #B931DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931DD; }
p { color: rgb(185,49,221); }
H1.HeaderClassName
{
color: #B931DD;
}
.AnyTagClassName
{
color: #B931DD;
}
</style>
background-color css
<style>
a { background-color: #B931DD; }
a { background-color: rgb(185,49,221); }
div.DivClassName
{
background-color: #B931DD;
}
.BgClassName
{
background-color: #B931DD;
}
</style>
border-color css
<style>
span { border-color: #B931DD; }
span { border-color: rgb(185,49,221); }
td.TdClassName
{
border-color: #B931DD;
}
.TagClassName
{
border-color: #B931DD;
}
</style>