Shades of Medium Orchid #B939C9
Tints of Medium Orchid #B939C9
RGB
CMYK
RGB Variations
Color information
#B939C9 (or 0xB939C9) is known color: Medium Orchid. HEX triplet: B9, 39 and C9. RGB value is (185,57,201). Sum of RGB (Red+Green+Blue) = 185+57+201=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #B939C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939C9 is #46C636. Grayscale: #6F6F6F. Windows color (decimal): -4638263 or 13187513. OLE color: 13187513.
HSL color Cylindrical-coordinate representation of color #B939C9: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B939C9 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 57 | 201 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.21 |
| HSL | 293.33º | 0.57% | 0.51% | - |
| HSV(B) | 293.33º | 0.72% | 0.79% | - |
| XYZ | 32.01 | 17.46 | 56.94 | - |
| YUV | 111.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 201 | 0.08 | 0.72 | 0 | 0.21 | 293.33 | 0.57 | 0.51 |
| Hex | B9 | 39 | C9 | 8 | 48 | 0 | 15 | 125 | 39 | 33 |
| Octal | 271 | 71 | 311 | 10 | 110 | 0 | 25 | 445 | 71 | 63 |
| Binary | 10111001 | 111001 | 11001001 | 1000 | 1001000 | 0 | 10101 | 100100101 | 111001 | 110011 |
Color Harmonies of #B939C9
Complementary color
Monochromatic Colors of #B939C9
Black with #B939C9
Text Example
Text Example
White with #B939C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939C9; }
p { color: rgb(185,57,201); }
H1.HeaderClassName
{
color: #B939C9;
}
.AnyTagClassName
{
color: #B939C9;
}
</style>
background-color css
<style>
a { background-color: #B939C9; }
a { background-color: rgb(185,57,201); }
div.DivClassName
{
background-color: #B939C9;
}
.BgClassName
{
background-color: #B939C9;
}
</style>
border-color css
<style>
span { border-color: #B939C9; }
span { border-color: rgb(185,57,201); }
td.TdClassName
{
border-color: #B939C9;
}
.TagClassName
{
border-color: #B939C9;
}
</style>