Shades of Medium Orchid #B937CE
Tints of Medium Orchid #B937CE
RGB
CMYK
RGB Variations
Color information
#B937CE (or 0xB937CE) is known color: Medium Orchid. HEX triplet: B9, 37 and CE. RGB value is (185,55,206). Sum of RGB (Red+Green+Blue) = 185+55+206=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #B937CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937CE is #46C831. Grayscale: #6E6E6E. Windows color (decimal): -4638770 or 13514681. OLE color: 13514681.
HSL color Cylindrical-coordinate representation of color #B937CE: hue angle of 291.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B937CE is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 55 | 206 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.19 |
| HSL | 291.66º | 0.61% | 0.51% | - |
| HSV(B) | 291.66º | 0.73% | 0.81% | - |
| XYZ | 32.51 | 17.5 | 60.06 | - |
| YUV | 111.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 206 | 0.10 | 0.73 | 0 | 0.19 | 291.66 | 0.61 | 0.51 |
| Hex | B9 | 37 | CE | A | 49 | 0 | 13 | 124 | 3D | 33 |
| Octal | 271 | 67 | 316 | 12 | 111 | 0 | 23 | 444 | 75 | 63 |
| Binary | 10111001 | 110111 | 11001110 | 1010 | 1001001 | 0 | 10011 | 100100100 | 111101 | 110011 |
Color Harmonies of #B937CE
Complementary color
Monochromatic Colors of #B937CE
Black with #B937CE
Text Example
Text Example
White with #B937CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B937CE; }
p { color: rgb(185,55,206); }
H1.HeaderClassName
{
color: #B937CE;
}
.AnyTagClassName
{
color: #B937CE;
}
</style>
background-color css
<style>
a { background-color: #B937CE; }
a { background-color: rgb(185,55,206); }
div.DivClassName
{
background-color: #B937CE;
}
.BgClassName
{
background-color: #B937CE;
}
</style>
border-color css
<style>
span { border-color: #B937CE; }
span { border-color: rgb(185,55,206); }
td.TdClassName
{
border-color: #B937CE;
}
.TagClassName
{
border-color: #B937CE;
}
</style>