Shades of Medium Orchid #BF6ECE
Tints of Medium Orchid #BF6ECE
RGB
CMYK
RGB Variations
Color information
#BF6ECE (or 0xBF6ECE) is known color: Medium Orchid. HEX triplet: BF, 6E and CE. RGB value is (191,110,206). Sum of RGB (Red+Green+Blue) = 191+110+206=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ECE is #409131. Grayscale: #909090. Windows color (decimal): -4231474 or 13528767. OLE color: 13528767.
HSL color Cylindrical-coordinate representation of color #BF6ECE: hue angle of 290.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6ECE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 110 | 206 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.19 |
| HSL | 290.63º | 0.49% | 0.62% | - |
| HSV(B) | 290.63º | 0.47% | 0.81% | - |
| XYZ | 38.2 | 26.68 | 61.53 | - |
| YUV | 145.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 206 | 0.07 | 0.47 | 0 | 0.19 | 290.63 | 0.49 | 0.62 |
| Hex | BF | 6E | CE | 7 | 2F | 0 | 13 | 123 | 31 | 3E |
| Octal | 277 | 156 | 316 | 7 | 57 | 0 | 23 | 443 | 61 | 76 |
| Binary | 10111111 | 1101110 | 11001110 | 111 | 101111 | 0 | 10011 | 100100011 | 110001 | 111110 |
Color Harmonies of #BF6ECE
Complementary color
Monochromatic Colors of #BF6ECE
Black with #BF6ECE
Text Example
Text Example
White with #BF6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ECE; }
p { color: rgb(191,110,206); }
H1.HeaderClassName
{
color: #BF6ECE;
}
.AnyTagClassName
{
color: #BF6ECE;
}
</style>
background-color css
<style>
a { background-color: #BF6ECE; }
a { background-color: rgb(191,110,206); }
div.DivClassName
{
background-color: #BF6ECE;
}
.BgClassName
{
background-color: #BF6ECE;
}
</style>
border-color css
<style>
span { border-color: #BF6ECE; }
span { border-color: rgb(191,110,206); }
td.TdClassName
{
border-color: #BF6ECE;
}
.TagClassName
{
border-color: #BF6ECE;
}
</style>