Shades of Medium Orchid #B837CF
Tints of Medium Orchid #B837CF
RGB
CMYK
RGB Variations
Color information
#B837CF (or 0xB837CF) is known color: Medium Orchid. HEX triplet: B8, 37 and CF. RGB value is (184,55,207). Sum of RGB (Red+Green+Blue) = 184+55+207=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B837CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B837CF is #47C830. Grayscale: #6E6E6E. Windows color (decimal): -4704305 or 13580216. OLE color: 13580216.
HSL color Cylindrical-coordinate representation of color #B837CF: hue angle of 290.92º 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 #B837CF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 55 | 207 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.19 |
| HSL | 290.92º | 0.61% | 0.51% | - |
| HSV(B) | 290.92º | 0.73% | 0.81% | - |
| XYZ | 32.4 | 17.43 | 60.69 | - |
| YUV | 110.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 207 | 0.11 | 0.73 | 0 | 0.19 | 290.92 | 0.61 | 0.51 |
| Hex | B8 | 37 | CF | B | 49 | 0 | 13 | 123 | 3D | 33 |
| Octal | 270 | 67 | 317 | 13 | 111 | 0 | 23 | 443 | 75 | 63 |
| Binary | 10111000 | 110111 | 11001111 | 1011 | 1001001 | 0 | 10011 | 100100011 | 111101 | 110011 |
Color Harmonies of #B837CF
Complementary color
Monochromatic Colors of #B837CF
Black with #B837CF
Text Example
Text Example
White with #B837CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B837CF; }
p { color: rgb(184,55,207); }
H1.HeaderClassName
{
color: #B837CF;
}
.AnyTagClassName
{
color: #B837CF;
}
</style>
background-color css
<style>
a { background-color: #B837CF; }
a { background-color: rgb(184,55,207); }
div.DivClassName
{
background-color: #B837CF;
}
.BgClassName
{
background-color: #B837CF;
}
</style>
border-color css
<style>
span { border-color: #B837CF; }
span { border-color: rgb(184,55,207); }
td.TdClassName
{
border-color: #B837CF;
}
.TagClassName
{
border-color: #B837CF;
}
</style>