Shades of Medium Orchid #B939DD
Tints of Medium Orchid #B939DD
RGB
CMYK
RGB Variations
Color information
#B939DD (or 0xB939DD) is known color: Medium Orchid. HEX triplet: B9, 39 and DD. RGB value is (185,57,221). Sum of RGB (Red+Green+Blue) = 185+57+221=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #B939DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939DD is #46C622. Grayscale: #717171. Windows color (decimal): -4638243 or 14498233. OLE color: 14498233.
HSL color Cylindrical-coordinate representation of color #B939DD: hue angle of 286.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B939DD is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 57 | 221 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.13 |
| HSL | 286.83º | 0.71% | 0.55% | - |
| HSV(B) | 286.83º | 0.74% | 0.87% | - |
| XYZ | 34.52 | 18.46 | 70.15 | - |
| YUV | 113.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 221 | 0.16 | 0.74 | 0 | 0.13 | 286.83 | 0.71 | 0.55 |
| Hex | B9 | 39 | DD | 10 | 4A | 0 | D | 11F | 47 | 37 |
| Octal | 271 | 71 | 335 | 20 | 112 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111001 | 111001 | 11011101 | 10000 | 1001010 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #B939DD
Complementary color
Monochromatic Colors of #B939DD
Black with #B939DD
Text Example
Text Example
White with #B939DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939DD; }
p { color: rgb(185,57,221); }
H1.HeaderClassName
{
color: #B939DD;
}
.AnyTagClassName
{
color: #B939DD;
}
</style>
background-color css
<style>
a { background-color: #B939DD; }
a { background-color: rgb(185,57,221); }
div.DivClassName
{
background-color: #B939DD;
}
.BgClassName
{
background-color: #B939DD;
}
</style>
border-color css
<style>
span { border-color: #B939DD; }
span { border-color: rgb(185,57,221); }
td.TdClassName
{
border-color: #B939DD;
}
.TagClassName
{
border-color: #B939DD;
}
</style>