Shades of Medium Orchid #BE31CF
Tints of Medium Orchid #BE31CF
RGB
CMYK
RGB Variations
Color information
#BE31CF (or 0xBE31CF) is known color: Medium Orchid. HEX triplet: BE, 31 and CF. RGB value is (190,49,207). Sum of RGB (Red+Green+Blue) = 190+49+207=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 49 (19.53% from 255 or 10.99% 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 #BE31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31CF is #41CE30. Grayscale: #6C6C6C. Windows color (decimal): -4312625 or 13578686. OLE color: 13578686.
HSL color Cylindrical-coordinate representation of color #BE31CF: hue angle of 293.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE31CF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 49 | 207 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.19 |
| HSL | 293.54º | 0.62% | 0.5% | - |
| HSV(B) | 293.54º | 0.76% | 0.81% | - |
| XYZ | 33.6 | 17.65 | 60.67 | - |
| YUV | 109.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 207 | 0.08 | 0.76 | 0 | 0.19 | 293.54 | 0.62 | 0.5 |
| Hex | BE | 31 | CF | 8 | 4C | 0 | 13 | 126 | 3E | 32 |
| Octal | 276 | 61 | 317 | 10 | 114 | 0 | 23 | 446 | 76 | 62 |
| Binary | 10111110 | 110001 | 11001111 | 1000 | 1001100 | 0 | 10011 | 100100110 | 111110 | 110010 |
Color Harmonies of #BE31CF
Complementary color
Monochromatic Colors of #BE31CF
Black with #BE31CF
Text Example
Text Example
White with #BE31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE31CF; }
p { color: rgb(190,49,207); }
H1.HeaderClassName
{
color: #BE31CF;
}
.AnyTagClassName
{
color: #BE31CF;
}
</style>
background-color css
<style>
a { background-color: #BE31CF; }
a { background-color: rgb(190,49,207); }
div.DivClassName
{
background-color: #BE31CF;
}
.BgClassName
{
background-color: #BE31CF;
}
</style>
border-color css
<style>
span { border-color: #BE31CF; }
span { border-color: rgb(190,49,207); }
td.TdClassName
{
border-color: #BE31CF;
}
.TagClassName
{
border-color: #BE31CF;
}
</style>