Shades of Medium Orchid #BF3BDB
Tints of Medium Orchid #BF3BDB
RGB
CMYK
RGB Variations
Color information
#BF3BDB (or 0xBF3BDB) is known color: Medium Orchid. HEX triplet: BF, 3B and DB. RGB value is (191,59,219). Sum of RGB (Red+Green+Blue) = 191+59+219=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BDB is #40C424. Grayscale: #747474. Windows color (decimal): -4244517 or 14367679. OLE color: 14367679.
HSL color Cylindrical-coordinate representation of color #BF3BDB: hue angle of 289.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3BDB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 59 | 219 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.14 |
| HSL | 289.5º | 0.69% | 0.55% | - |
| HSV(B) | 289.5º | 0.73% | 0.86% | - |
| XYZ | 35.84 | 19.32 | 68.86 | - |
| YUV | 116.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 219 | 0.13 | 0.73 | 0 | 0.14 | 289.5 | 0.69 | 0.55 |
| Hex | BF | 3B | DB | D | 49 | 0 | E | 122 | 45 | 37 |
| Octal | 277 | 73 | 333 | 15 | 111 | 0 | 16 | 442 | 105 | 67 |
| Binary | 10111111 | 111011 | 11011011 | 1101 | 1001001 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #BF3BDB
Complementary color
Monochromatic Colors of #BF3BDB
Black with #BF3BDB
Text Example
Text Example
White with #BF3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BDB; }
p { color: rgb(191,59,219); }
H1.HeaderClassName
{
color: #BF3BDB;
}
.AnyTagClassName
{
color: #BF3BDB;
}
</style>
background-color css
<style>
a { background-color: #BF3BDB; }
a { background-color: rgb(191,59,219); }
div.DivClassName
{
background-color: #BF3BDB;
}
.BgClassName
{
background-color: #BF3BDB;
}
</style>
border-color css
<style>
span { border-color: #BF3BDB; }
span { border-color: rgb(191,59,219); }
td.TdClassName
{
border-color: #BF3BDB;
}
.TagClassName
{
border-color: #BF3BDB;
}
</style>