Shades of Medium Orchid #BF31DB
Tints of Medium Orchid #BF31DB
RGB
CMYK
RGB Variations
Color information
#BF31DB (or 0xBF31DB) is known color: Medium Orchid. HEX triplet: BF, 31 and DB. RGB value is (191,49,219). Sum of RGB (Red+Green+Blue) = 191+49+219=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31DB is #40CE24. Grayscale: #6E6E6E. Windows color (decimal): -4247077 or 14365119. OLE color: 14365119.
HSL color Cylindrical-coordinate representation of color #BF31DB: hue angle of 290.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF31DB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 49 | 219 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.14 |
| HSL | 290.12º | 0.7% | 0.53% | - |
| HSV(B) | 290.12º | 0.78% | 0.86% | - |
| XYZ | 35.37 | 18.39 | 68.7 | - |
| YUV | 110.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 219 | 0.13 | 0.78 | 0 | 0.14 | 290.12 | 0.7 | 0.53 |
| Hex | BF | 31 | DB | D | 4E | 0 | E | 122 | 46 | 35 |
| Octal | 277 | 61 | 333 | 15 | 116 | 0 | 16 | 442 | 106 | 65 |
| Binary | 10111111 | 110001 | 11011011 | 1101 | 1001110 | 0 | 1110 | 100100010 | 1000110 | 110101 |
Color Harmonies of #BF31DB
Complementary color
Monochromatic Colors of #BF31DB
Black with #BF31DB
Text Example
Text Example
White with #BF31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31DB; }
p { color: rgb(191,49,219); }
H1.HeaderClassName
{
color: #BF31DB;
}
.AnyTagClassName
{
color: #BF31DB;
}
</style>
background-color css
<style>
a { background-color: #BF31DB; }
a { background-color: rgb(191,49,219); }
div.DivClassName
{
background-color: #BF31DB;
}
.BgClassName
{
background-color: #BF31DB;
}
</style>
border-color css
<style>
span { border-color: #BF31DB; }
span { border-color: rgb(191,49,219); }
td.TdClassName
{
border-color: #BF31DB;
}
.TagClassName
{
border-color: #BF31DB;
}
</style>