Shades of Medium Orchid #BF3FDB
Tints of Medium Orchid #BF3FDB
RGB
CMYK
RGB Variations
Color information
#BF3FDB (or 0xBF3FDB) is known color: Medium Orchid. HEX triplet: BF, 3F and DB. RGB value is (191,63,219). Sum of RGB (Red+Green+Blue) = 191+63+219=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FDB is #40C024. Grayscale: #767676. Windows color (decimal): -4243493 or 14368703. OLE color: 14368703.
HSL color Cylindrical-coordinate representation of color #BF3FDB: hue angle of 289.23º 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 #BF3FDB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 63 | 219 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.14 |
| HSL | 289.23º | 0.68% | 0.55% | - |
| HSV(B) | 289.23º | 0.71% | 0.86% | - |
| XYZ | 36.05 | 19.75 | 68.93 | - |
| YUV | 119.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 219 | 0.13 | 0.71 | 0 | 0.14 | 289.23 | 0.68 | 0.55 |
| Hex | BF | 3F | DB | D | 47 | 0 | E | 121 | 44 | 37 |
| Octal | 277 | 77 | 333 | 15 | 107 | 0 | 16 | 441 | 104 | 67 |
| Binary | 10111111 | 111111 | 11011011 | 1101 | 1000111 | 0 | 1110 | 100100001 | 1000100 | 110111 |
Color Harmonies of #BF3FDB
Complementary color
Monochromatic Colors of #BF3FDB
Black with #BF3FDB
Text Example
Text Example
White with #BF3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FDB; }
p { color: rgb(191,63,219); }
H1.HeaderClassName
{
color: #BF3FDB;
}
.AnyTagClassName
{
color: #BF3FDB;
}
</style>
background-color css
<style>
a { background-color: #BF3FDB; }
a { background-color: rgb(191,63,219); }
div.DivClassName
{
background-color: #BF3FDB;
}
.BgClassName
{
background-color: #BF3FDB;
}
</style>
border-color css
<style>
span { border-color: #BF3FDB; }
span { border-color: rgb(191,63,219); }
td.TdClassName
{
border-color: #BF3FDB;
}
.TagClassName
{
border-color: #BF3FDB;
}
</style>