Shades of Medium Orchid #B939D6
Tints of Medium Orchid #B939D6
RGB
CMYK
RGB Variations
Color information
#B939D6 (or 0xB939D6) is known color: Medium Orchid. HEX triplet: B9, 39 and D6. RGB value is (185,57,214). Sum of RGB (Red+Green+Blue) = 185+57+214=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #B939D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939D6 is #46C629. Grayscale: #707070. Windows color (decimal): -4638250 or 14039481. OLE color: 14039481.
HSL color Cylindrical-coordinate representation of color #B939D6: hue angle of 288.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B939D6 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 57 | 214 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.16 |
| HSL | 288.92º | 0.66% | 0.53% | - |
| HSV(B) | 288.92º | 0.73% | 0.84% | - |
| XYZ | 33.61 | 18.1 | 65.34 | - |
| YUV | 113.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 214 | 0.14 | 0.73 | 0 | 0.16 | 288.92 | 0.66 | 0.53 |
| Hex | B9 | 39 | D6 | E | 49 | 0 | 10 | 121 | 42 | 35 |
| Octal | 271 | 71 | 326 | 16 | 111 | 0 | 20 | 441 | 102 | 65 |
| Binary | 10111001 | 111001 | 11010110 | 1110 | 1001001 | 0 | 10000 | 100100001 | 1000010 | 110101 |
Color Harmonies of #B939D6
Complementary color
Monochromatic Colors of #B939D6
Black with #B939D6
Text Example
Text Example
White with #B939D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939D6; }
p { color: rgb(185,57,214); }
H1.HeaderClassName
{
color: #B939D6;
}
.AnyTagClassName
{
color: #B939D6;
}
</style>
background-color css
<style>
a { background-color: #B939D6; }
a { background-color: rgb(185,57,214); }
div.DivClassName
{
background-color: #B939D6;
}
.BgClassName
{
background-color: #B939D6;
}
</style>
border-color css
<style>
span { border-color: #B939D6; }
span { border-color: rgb(185,57,214); }
td.TdClassName
{
border-color: #B939D6;
}
.TagClassName
{
border-color: #B939D6;
}
</style>