Shades of Medium Orchid #BF3AD4
Tints of Medium Orchid #BF3AD4
RGB
CMYK
RGB Variations
Color information
#BF3AD4 (or 0xBF3AD4) is known color: Medium Orchid. HEX triplet: BF, 3A and D4. RGB value is (191,58,212). Sum of RGB (Red+Green+Blue) = 191+58+212=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF3AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3AD4 is #40C52B. Grayscale: #727272. Windows color (decimal): -4244780 or 13908671. OLE color: 13908671.
HSL color Cylindrical-coordinate representation of color #BF3AD4: hue angle of 291.82º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3AD4 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 58 | 212 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.17 |
| HSL | 291.82º | 0.64% | 0.53% | - |
| HSV(B) | 291.82º | 0.73% | 0.83% | - |
| XYZ | 34.88 | 18.86 | 64.09 | - |
| YUV | 115.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 212 | 0.10 | 0.73 | 0 | 0.17 | 291.82 | 0.64 | 0.53 |
| Hex | BF | 3A | D4 | A | 49 | 0 | 11 | 124 | 40 | 35 |
| Octal | 277 | 72 | 324 | 12 | 111 | 0 | 21 | 444 | 100 | 65 |
| Binary | 10111111 | 111010 | 11010100 | 1010 | 1001001 | 0 | 10001 | 100100100 | 1000000 | 110101 |
Color Harmonies of #BF3AD4
Complementary color
Monochromatic Colors of #BF3AD4
Black with #BF3AD4
Text Example
Text Example
White with #BF3AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3AD4; }
p { color: rgb(191,58,212); }
H1.HeaderClassName
{
color: #BF3AD4;
}
.AnyTagClassName
{
color: #BF3AD4;
}
</style>
background-color css
<style>
a { background-color: #BF3AD4; }
a { background-color: rgb(191,58,212); }
div.DivClassName
{
background-color: #BF3AD4;
}
.BgClassName
{
background-color: #BF3AD4;
}
</style>
border-color css
<style>
span { border-color: #BF3AD4; }
span { border-color: rgb(191,58,212); }
td.TdClassName
{
border-color: #BF3AD4;
}
.TagClassName
{
border-color: #BF3AD4;
}
</style>