Shades of Medium Orchid #B939D7
Tints of Medium Orchid #B939D7
RGB
CMYK
RGB Variations
Color information
#B939D7 (or 0xB939D7) is known color: Medium Orchid. HEX triplet: B9, 39 and D7. RGB value is (185,57,215). Sum of RGB (Red+Green+Blue) = 185+57+215=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #B939D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939D7 is #46C628. Grayscale: #707070. Windows color (decimal): -4638249 or 14105017. OLE color: 14105017.
HSL color Cylindrical-coordinate representation of color #B939D7: hue angle of 288.61º 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 #B939D7 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 57 | 215 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.16 |
| HSL | 288.61º | 0.66% | 0.53% | - |
| HSV(B) | 288.61º | 0.73% | 0.84% | - |
| XYZ | 33.74 | 18.15 | 66.01 | - |
| YUV | 113.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 215 | 0.14 | 0.73 | 0 | 0.16 | 288.61 | 0.66 | 0.53 |
| Hex | B9 | 39 | D7 | E | 49 | 0 | 10 | 121 | 42 | 35 |
| Octal | 271 | 71 | 327 | 16 | 111 | 0 | 20 | 441 | 102 | 65 |
| Binary | 10111001 | 111001 | 11010111 | 1110 | 1001001 | 0 | 10000 | 100100001 | 1000010 | 110101 |
Color Harmonies of #B939D7
Complementary color
Monochromatic Colors of #B939D7
Black with #B939D7
Text Example
Text Example
White with #B939D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939D7; }
p { color: rgb(185,57,215); }
H1.HeaderClassName
{
color: #B939D7;
}
.AnyTagClassName
{
color: #B939D7;
}
</style>
background-color css
<style>
a { background-color: #B939D7; }
a { background-color: rgb(185,57,215); }
div.DivClassName
{
background-color: #B939D7;
}
.BgClassName
{
background-color: #B939D7;
}
</style>
border-color css
<style>
span { border-color: #B939D7; }
span { border-color: rgb(185,57,215); }
td.TdClassName
{
border-color: #B939D7;
}
.TagClassName
{
border-color: #B939D7;
}
</style>