Shades of Medium Orchid #BF3AD5
Tints of Medium Orchid #BF3AD5
RGB
CMYK
RGB Variations
Color information
#BF3AD5 (or 0xBF3AD5) is known color: Medium Orchid. HEX triplet: BF, 3A and D5. RGB value is (191,58,213). Sum of RGB (Red+Green+Blue) = 191+58+213=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF3AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3AD5 is #40C52A. Grayscale: #727272. Windows color (decimal): -4244779 or 13974207. OLE color: 13974207.
HSL color Cylindrical-coordinate representation of color #BF3AD5: hue angle of 291.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3AD5 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 58 | 213 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.16 |
| HSL | 291.48º | 0.65% | 0.53% | - |
| HSV(B) | 291.48º | 0.73% | 0.84% | - |
| XYZ | 35.01 | 18.91 | 64.75 | - |
| YUV | 115.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 213 | 0.10 | 0.73 | 0 | 0.16 | 291.48 | 0.65 | 0.53 |
| Hex | BF | 3A | D5 | A | 49 | 0 | 10 | 123 | 41 | 35 |
| Octal | 277 | 72 | 325 | 12 | 111 | 0 | 20 | 443 | 101 | 65 |
| Binary | 10111111 | 111010 | 11010101 | 1010 | 1001001 | 0 | 10000 | 100100011 | 1000001 | 110101 |
Color Harmonies of #BF3AD5
Complementary color
Monochromatic Colors of #BF3AD5
Black with #BF3AD5
Text Example
Text Example
White with #BF3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3AD5; }
p { color: rgb(191,58,213); }
H1.HeaderClassName
{
color: #BF3AD5;
}
.AnyTagClassName
{
color: #BF3AD5;
}
</style>
background-color css
<style>
a { background-color: #BF3AD5; }
a { background-color: rgb(191,58,213); }
div.DivClassName
{
background-color: #BF3AD5;
}
.BgClassName
{
background-color: #BF3AD5;
}
</style>
border-color css
<style>
span { border-color: #BF3AD5; }
span { border-color: rgb(191,58,213); }
td.TdClassName
{
border-color: #BF3AD5;
}
.TagClassName
{
border-color: #BF3AD5;
}
</style>