Shades of Medium Orchid #BF40DB
Tints of Medium Orchid #BF40DB
RGB
CMYK
RGB Variations
Color information
#BF40DB (or 0xBF40DB) is known color: Medium Orchid. HEX triplet: BF, 40 and DB. RGB value is (191,64,219). Sum of RGB (Red+Green+Blue) = 191+64+219=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40DB is #40BF24. Grayscale: #777777. Windows color (decimal): -4243237 or 14368959. OLE color: 14368959.
HSL color Cylindrical-coordinate representation of color #BF40DB: hue angle of 289.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF40DB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 64 | 219 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.14 |
| HSL | 289.16º | 0.68% | 0.55% | - |
| HSV(B) | 289.16º | 0.71% | 0.86% | - |
| XYZ | 36.11 | 19.86 | 68.95 | - |
| YUV | 119.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 219 | 0.13 | 0.71 | 0 | 0.14 | 289.16 | 0.68 | 0.55 |
| Hex | BF | 40 | DB | D | 47 | 0 | E | 121 | 44 | 37 |
| Octal | 277 | 100 | 333 | 15 | 107 | 0 | 16 | 441 | 104 | 67 |
| Binary | 10111111 | 1000000 | 11011011 | 1101 | 1000111 | 0 | 1110 | 100100001 | 1000100 | 110111 |
Color Harmonies of #BF40DB
Complementary color
Monochromatic Colors of #BF40DB
Black with #BF40DB
Text Example
Text Example
White with #BF40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40DB; }
p { color: rgb(191,64,219); }
H1.HeaderClassName
{
color: #BF40DB;
}
.AnyTagClassName
{
color: #BF40DB;
}
</style>
background-color css
<style>
a { background-color: #BF40DB; }
a { background-color: rgb(191,64,219); }
div.DivClassName
{
background-color: #BF40DB;
}
.BgClassName
{
background-color: #BF40DB;
}
</style>
border-color css
<style>
span { border-color: #BF40DB; }
span { border-color: rgb(191,64,219); }
td.TdClassName
{
border-color: #BF40DB;
}
.TagClassName
{
border-color: #BF40DB;
}
</style>