Shades of Medium Orchid #BF6AD6
Tints of Medium Orchid #BF6AD6
RGB
CMYK
RGB Variations
Color information
#BF6AD6 (or 0xBF6AD6) is known color: Medium Orchid. HEX triplet: BF, 6A and D6. RGB value is (191,106,214). Sum of RGB (Red+Green+Blue) = 191+106+214=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6AD6 is #409529. Grayscale: #8F8F8F. Windows color (decimal): -4232490 or 14052031. OLE color: 14052031.
HSL color Cylindrical-coordinate representation of color #BF6AD6: hue angle of 287.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6AD6 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 106 | 214 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.16 |
| HSL | 287.22º | 0.57% | 0.63% | - |
| HSV(B) | 287.22º | 0.5% | 0.84% | - |
| XYZ | 38.78 | 26.24 | 66.64 | - |
| YUV | 143.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 214 | 0.11 | 0.50 | 0 | 0.16 | 287.22 | 0.57 | 0.63 |
| Hex | BF | 6A | D6 | B | 32 | 0 | 10 | 11F | 39 | 3F |
| Octal | 277 | 152 | 326 | 13 | 62 | 0 | 20 | 437 | 71 | 77 |
| Binary | 10111111 | 1101010 | 11010110 | 1011 | 110010 | 0 | 10000 | 100011111 | 111001 | 111111 |
Color Harmonies of #BF6AD6
Complementary color
Monochromatic Colors of #BF6AD6
Black with #BF6AD6
Text Example
Text Example
White with #BF6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6AD6; }
p { color: rgb(191,106,214); }
H1.HeaderClassName
{
color: #BF6AD6;
}
.AnyTagClassName
{
color: #BF6AD6;
}
</style>
background-color css
<style>
a { background-color: #BF6AD6; }
a { background-color: rgb(191,106,214); }
div.DivClassName
{
background-color: #BF6AD6;
}
.BgClassName
{
background-color: #BF6AD6;
}
</style>
border-color css
<style>
span { border-color: #BF6AD6; }
span { border-color: rgb(191,106,214); }
td.TdClassName
{
border-color: #BF6AD6;
}
.TagClassName
{
border-color: #BF6AD6;
}
</style>