Shades of Medium Orchid #BF4AD6
Tints of Medium Orchid #BF4AD6
RGB
CMYK
RGB Variations
Color information
#BF4AD6 (or 0xBF4AD6) is known color: Medium Orchid. HEX triplet: BF, 4A and D6. RGB value is (191,74,214). Sum of RGB (Red+Green+Blue) = 191+74+214=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AD6 is #40B529. Grayscale: #7C7C7C. Windows color (decimal): -4240682 or 14043839. OLE color: 14043839.
HSL color Cylindrical-coordinate representation of color #BF4AD6: hue angle of 290.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4AD6 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 74 | 214 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.16 |
| HSL | 290.14º | 0.63% | 0.56% | - |
| HSV(B) | 290.14º | 0.65% | 0.84% | - |
| XYZ | 36.07 | 20.83 | 65.74 | - |
| YUV | 124.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 214 | 0.11 | 0.65 | 0 | 0.16 | 290.14 | 0.63 | 0.56 |
| Hex | BF | 4A | D6 | B | 41 | 0 | 10 | 122 | 3F | 38 |
| Octal | 277 | 112 | 326 | 13 | 101 | 0 | 20 | 442 | 77 | 70 |
| Binary | 10111111 | 1001010 | 11010110 | 1011 | 1000001 | 0 | 10000 | 100100010 | 111111 | 111000 |
Color Harmonies of #BF4AD6
Complementary color
Monochromatic Colors of #BF4AD6
Black with #BF4AD6
Text Example
Text Example
White with #BF4AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AD6; }
p { color: rgb(191,74,214); }
H1.HeaderClassName
{
color: #BF4AD6;
}
.AnyTagClassName
{
color: #BF4AD6;
}
</style>
background-color css
<style>
a { background-color: #BF4AD6; }
a { background-color: rgb(191,74,214); }
div.DivClassName
{
background-color: #BF4AD6;
}
.BgClassName
{
background-color: #BF4AD6;
}
</style>
border-color css
<style>
span { border-color: #BF4AD6; }
span { border-color: rgb(191,74,214); }
td.TdClassName
{
border-color: #BF4AD6;
}
.TagClassName
{
border-color: #BF4AD6;
}
</style>