Shades of Medium Orchid #BF44DB
Tints of Medium Orchid #BF44DB
RGB
CMYK
RGB Variations
Color information
#BF44DB (or 0xBF44DB) is known color: Medium Orchid. HEX triplet: BF, 44 and DB. RGB value is (191,68,219). Sum of RGB (Red+Green+Blue) = 191+68+219=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44DB is #40BB24. Grayscale: #797979. Windows color (decimal): -4242213 or 14369983. OLE color: 14369983.
HSL color Cylindrical-coordinate representation of color #BF44DB: hue angle of 288.87º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF44DB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 68 | 219 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.14 |
| HSL | 288.87º | 0.68% | 0.56% | - |
| HSV(B) | 288.87º | 0.69% | 0.86% | - |
| XYZ | 36.34 | 20.33 | 69.03 | - |
| YUV | 121.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 219 | 0.13 | 0.69 | 0 | 0.14 | 288.87 | 0.68 | 0.56 |
| Hex | BF | 44 | DB | D | 45 | 0 | E | 121 | 44 | 38 |
| Octal | 277 | 104 | 333 | 15 | 105 | 0 | 16 | 441 | 104 | 70 |
| Binary | 10111111 | 1000100 | 11011011 | 1101 | 1000101 | 0 | 1110 | 100100001 | 1000100 | 111000 |
Color Harmonies of #BF44DB
Complementary color
Monochromatic Colors of #BF44DB
Black with #BF44DB
Text Example
Text Example
White with #BF44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44DB; }
p { color: rgb(191,68,219); }
H1.HeaderClassName
{
color: #BF44DB;
}
.AnyTagClassName
{
color: #BF44DB;
}
</style>
background-color css
<style>
a { background-color: #BF44DB; }
a { background-color: rgb(191,68,219); }
div.DivClassName
{
background-color: #BF44DB;
}
.BgClassName
{
background-color: #BF44DB;
}
</style>
border-color css
<style>
span { border-color: #BF44DB; }
span { border-color: rgb(191,68,219); }
td.TdClassName
{
border-color: #BF44DB;
}
.TagClassName
{
border-color: #BF44DB;
}
</style>