Shades of Medium Orchid #BF31CE
Tints of Medium Orchid #BF31CE
RGB
CMYK
RGB Variations
Color information
#BF31CE (or 0xBF31CE) is known color: Medium Orchid. HEX triplet: BF, 31 and CE. RGB value is (191,49,206). Sum of RGB (Red+Green+Blue) = 191+49+206=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 49 (19.53% from 255 or 10.99% 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 #BF31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31CE is #40CE31. Grayscale: #6C6C6C. Windows color (decimal): -4247090 or 13513151. OLE color: 13513151.
HSL color Cylindrical-coordinate representation of color #BF31CE: hue angle of 294.27º 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 #BF31CE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 49 | 206 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.19 |
| HSL | 294.27º | 0.62% | 0.5% | - |
| HSV(B) | 294.27º | 0.76% | 0.81% | - |
| XYZ | 33.72 | 17.73 | 60.04 | - |
| YUV | 109.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 206 | 0.07 | 0.76 | 0 | 0.19 | 294.27 | 0.62 | 0.5 |
| Hex | BF | 31 | CE | 7 | 4C | 0 | 13 | 126 | 3E | 32 |
| Octal | 277 | 61 | 316 | 7 | 114 | 0 | 23 | 446 | 76 | 62 |
| Binary | 10111111 | 110001 | 11001110 | 111 | 1001100 | 0 | 10011 | 100100110 | 111110 | 110010 |
Color Harmonies of #BF31CE
Complementary color
Monochromatic Colors of #BF31CE
Black with #BF31CE
Text Example
Text Example
White with #BF31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31CE; }
p { color: rgb(191,49,206); }
H1.HeaderClassName
{
color: #BF31CE;
}
.AnyTagClassName
{
color: #BF31CE;
}
</style>
background-color css
<style>
a { background-color: #BF31CE; }
a { background-color: rgb(191,49,206); }
div.DivClassName
{
background-color: #BF31CE;
}
.BgClassName
{
background-color: #BF31CE;
}
</style>
border-color css
<style>
span { border-color: #BF31CE; }
span { border-color: rgb(191,49,206); }
td.TdClassName
{
border-color: #BF31CE;
}
.TagClassName
{
border-color: #BF31CE;
}
</style>