Shades of Medium Orchid #BF70DB
Tints of Medium Orchid #BF70DB
RGB
CMYK
RGB Variations
Color information
#BF70DB (or 0xBF70DB) is known color: Medium Orchid. HEX triplet: BF, 70 and DB. RGB value is (191,112,219). Sum of RGB (Red+Green+Blue) = 191+112+219=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70DB is #408F24. Grayscale: #939393. Windows color (decimal): -4230949 or 14381247. OLE color: 14381247.
HSL color Cylindrical-coordinate representation of color #BF70DB: hue angle of 284.3º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF70DB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 112 | 219 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.14 |
| HSL | 284.3º | 0.6% | 0.65% | - |
| HSV(B) | 284.3º | 0.49% | 0.86% | - |
| XYZ | 40.07 | 27.78 | 70.27 | - |
| YUV | 147.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 219 | 0.13 | 0.49 | 0 | 0.14 | 284.3 | 0.6 | 0.65 |
| Hex | BF | 70 | DB | D | 31 | 0 | E | 11C | 3C | 41 |
| Octal | 277 | 160 | 333 | 15 | 61 | 0 | 16 | 434 | 74 | 101 |
| Binary | 10111111 | 1110000 | 11011011 | 1101 | 110001 | 0 | 1110 | 100011100 | 111100 | 1000001 |
Color Harmonies of #BF70DB
Complementary color
Monochromatic Colors of #BF70DB
Black with #BF70DB
Text Example
Text Example
White with #BF70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70DB; }
p { color: rgb(191,112,219); }
H1.HeaderClassName
{
color: #BF70DB;
}
.AnyTagClassName
{
color: #BF70DB;
}
</style>
background-color css
<style>
a { background-color: #BF70DB; }
a { background-color: rgb(191,112,219); }
div.DivClassName
{
background-color: #BF70DB;
}
.BgClassName
{
background-color: #BF70DB;
}
</style>
border-color css
<style>
span { border-color: #BF70DB; }
span { border-color: rgb(191,112,219); }
td.TdClassName
{
border-color: #BF70DB;
}
.TagClassName
{
border-color: #BF70DB;
}
</style>