Shades of Medium Orchid #BF46D0
Tints of Medium Orchid #BF46D0
RGB
CMYK
RGB Variations
Color information
#BF46D0 (or 0xBF46D0) is known color: Medium Orchid. HEX triplet: BF, 46 and D0. RGB value is (191,70,208). Sum of RGB (Red+Green+Blue) = 191+70+208=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46D0 is #40B92F. Grayscale: #797979. Windows color (decimal): -4241712 or 13649599. OLE color: 13649599.
HSL color Cylindrical-coordinate representation of color #BF46D0: hue angle of 292.61º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF46D0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 70 | 208 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.18 |
| HSL | 292.61º | 0.59% | 0.55% | - |
| HSV(B) | 292.61º | 0.66% | 0.82% | - |
| XYZ | 35.06 | 20.01 | 61.69 | - |
| YUV | 121.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 208 | 0.08 | 0.66 | 0 | 0.18 | 292.61 | 0.59 | 0.55 |
| Hex | BF | 46 | D0 | 8 | 42 | 0 | 12 | 125 | 3B | 37 |
| Octal | 277 | 106 | 320 | 10 | 102 | 0 | 22 | 445 | 73 | 67 |
| Binary | 10111111 | 1000110 | 11010000 | 1000 | 1000010 | 0 | 10010 | 100100101 | 111011 | 110111 |
Color Harmonies of #BF46D0
Complementary color
Monochromatic Colors of #BF46D0
Black with #BF46D0
Text Example
Text Example
White with #BF46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF46D0; }
p { color: rgb(191,70,208); }
H1.HeaderClassName
{
color: #BF46D0;
}
.AnyTagClassName
{
color: #BF46D0;
}
</style>
background-color css
<style>
a { background-color: #BF46D0; }
a { background-color: rgb(191,70,208); }
div.DivClassName
{
background-color: #BF46D0;
}
.BgClassName
{
background-color: #BF46D0;
}
</style>
border-color css
<style>
span { border-color: #BF46D0; }
span { border-color: rgb(191,70,208); }
td.TdClassName
{
border-color: #BF46D0;
}
.TagClassName
{
border-color: #BF46D0;
}
</style>