Shades of Medium Orchid #BF46DB
Tints of Medium Orchid #BF46DB
RGB
CMYK
RGB Variations
Color information
#BF46DB (or 0xBF46DB) is known color: Medium Orchid. HEX triplet: BF, 46 and DB. RGB value is (191,70,219). Sum of RGB (Red+Green+Blue) = 191+70+219=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46DB is #40B924. Grayscale: #7A7A7A. Windows color (decimal): -4241701 or 14370495. OLE color: 14370495.
HSL color Cylindrical-coordinate representation of color #BF46DB: hue angle of 288.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF46DB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 70 | 219 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.14 |
| HSL | 288.72º | 0.67% | 0.57% | - |
| HSV(B) | 288.72º | 0.68% | 0.86% | - |
| XYZ | 36.46 | 20.57 | 69.07 | - |
| YUV | 123.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 219 | 0.13 | 0.68 | 0 | 0.14 | 288.72 | 0.67 | 0.57 |
| Hex | BF | 46 | DB | D | 44 | 0 | E | 121 | 43 | 39 |
| Octal | 277 | 106 | 333 | 15 | 104 | 0 | 16 | 441 | 103 | 71 |
| Binary | 10111111 | 1000110 | 11011011 | 1101 | 1000100 | 0 | 1110 | 100100001 | 1000011 | 111001 |
Color Harmonies of #BF46DB
Complementary color
Monochromatic Colors of #BF46DB
Black with #BF46DB
Text Example
Text Example
White with #BF46DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF46DB; }
p { color: rgb(191,70,219); }
H1.HeaderClassName
{
color: #BF46DB;
}
.AnyTagClassName
{
color: #BF46DB;
}
</style>
background-color css
<style>
a { background-color: #BF46DB; }
a { background-color: rgb(191,70,219); }
div.DivClassName
{
background-color: #BF46DB;
}
.BgClassName
{
background-color: #BF46DB;
}
</style>
border-color css
<style>
span { border-color: #BF46DB; }
span { border-color: rgb(191,70,219); }
td.TdClassName
{
border-color: #BF46DB;
}
.TagClassName
{
border-color: #BF46DB;
}
</style>