Shades of Medium Orchid #BF6ACE
Tints of Medium Orchid #BF6ACE
RGB
CMYK
RGB Variations
Color information
#BF6ACE (or 0xBF6ACE) is known color: Medium Orchid. HEX triplet: BF, 6A and CE. RGB value is (191,106,206). Sum of RGB (Red+Green+Blue) = 191+106+206=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ACE is #409531. Grayscale: #8E8E8E. Windows color (decimal): -4232498 or 13527743. OLE color: 13527743.
HSL color Cylindrical-coordinate representation of color #BF6ACE: hue angle of 291º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6ACE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 106 | 206 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.19 |
| HSL | 291º | 0.51% | 0.61% | - |
| HSV(B) | 291º | 0.49% | 0.81% | - |
| XYZ | 37.78 | 25.84 | 61.39 | - |
| YUV | 142.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 206 | 0.07 | 0.49 | 0 | 0.19 | 291 | 0.51 | 0.61 |
| Hex | BF | 6A | CE | 7 | 31 | 0 | 13 | 123 | 33 | 3D |
| Octal | 277 | 152 | 316 | 7 | 61 | 0 | 23 | 443 | 63 | 75 |
| Binary | 10111111 | 1101010 | 11001110 | 111 | 110001 | 0 | 10011 | 100100011 | 110011 | 111101 |
Color Harmonies of #BF6ACE
Complementary color
Monochromatic Colors of #BF6ACE
Black with #BF6ACE
Text Example
Text Example
White with #BF6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ACE; }
p { color: rgb(191,106,206); }
H1.HeaderClassName
{
color: #BF6ACE;
}
.AnyTagClassName
{
color: #BF6ACE;
}
</style>
background-color css
<style>
a { background-color: #BF6ACE; }
a { background-color: rgb(191,106,206); }
div.DivClassName
{
background-color: #BF6ACE;
}
.BgClassName
{
background-color: #BF6ACE;
}
</style>
border-color css
<style>
span { border-color: #BF6ACE; }
span { border-color: rgb(191,106,206); }
td.TdClassName
{
border-color: #BF6ACE;
}
.TagClassName
{
border-color: #BF6ACE;
}
</style>